drop py38, add py13, add 2024 to license

This commit is contained in:
pacrob
2024-11-21 14:50:53 -07:00
committed by Paul Robinson
parent 224044874e
commit 6a927ac1e7
6 changed files with 43 additions and 29 deletions

12
tox.ini
View File

@ -1,8 +1,8 @@
[tox]
envlist=
py{38,39,310,311,312}-core
py{38,39,310,311,312}-lint
py{38,39,310,311,312}-wheel
py{39,310,311,312,313}-core
py{39,310,311,312,313}-lint
py{39,310,311,312,313}-wheel
windows-wheel
docs
@ -23,23 +23,23 @@ commands=
basepython=
docs: python
windows-wheel: python
py38: python3.8
py39: python3.9
py310: python3.10
py311: python3.11
py312: python3.12
py313: python3.13
extras=
test
docs
allowlist_externals=make,pre-commit
[testenv:py{38,39,310,311,312}-lint]
[testenv:py{39,310,311,313}-lint]
deps=pre-commit
commands=
pre-commit install
pre-commit run --all-files --show-diff-on-failure
[testenv:py{38,39,310,311,312}-wheel]
[testenv:py{39,310,311,312,313}-wheel]
deps=
wheel
build[virtualenv]