chore: deprecate 3.8, 3.9
This commit is contained in:
parent
dfe8b1599d
commit
702bfee988
|
|
@ -49,10 +49,10 @@ jobs:
|
||||||
macos-latest,
|
macos-latest,
|
||||||
]
|
]
|
||||||
python-version: [
|
python-version: [
|
||||||
'3.9',
|
|
||||||
'3.10',
|
'3.10',
|
||||||
'3.11',
|
'3.11',
|
||||||
'3.12',
|
'3.12',
|
||||||
|
'3.13',
|
||||||
]
|
]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
||||||
4
tox.ini
4
tox.ini
|
|
@ -7,8 +7,6 @@ envlist =
|
||||||
py312
|
py312
|
||||||
py311
|
py311
|
||||||
py310
|
py310
|
||||||
py39
|
|
||||||
py38
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
description = Attempt to build and install the package
|
description = Attempt to build and install the package
|
||||||
|
|
@ -38,7 +36,7 @@ commands =
|
||||||
|
|
||||||
[gh-actions]
|
[gh-actions]
|
||||||
python =
|
python =
|
||||||
|
3.13: py313
|
||||||
3.12: py312
|
3.12: py312
|
||||||
3.11: py311
|
3.11: py311
|
||||||
3.10: py310
|
3.10: py310
|
||||||
3.9: py39
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue