drop py38 from CI

This commit is contained in:
pacrob
2025-01-25 15:30:59 -07:00
committed by Paul Robinson
parent fe43b84a7d
commit 20580b9a4e
4 changed files with 9 additions and 11 deletions

13
tox.ini
View File

@ -1,9 +1,9 @@
[tox]
envlist=
py{38,39,310,311,312,313}-core
py{38,39,310,311,312,313}-lint
py{38,39,310,311,312,313}-wheel
py{38,39,310,311,312,313}-interop
py{39,310,311,312,313}-core
py{39,310,311,312,313}-lint
py{39,310,311,312,313}-wheel
py{39,310,311,312,313}-interop
windows-wheel
docs
@ -25,7 +25,6 @@ commands=
basepython=
docs: python
windows-wheel: python
py38: python3.8
py39: python3.9
py310: python3.10
py311: python3.11
@ -36,7 +35,7 @@ extras=
docs
allowlist_externals=make,pre-commit
[testenv:py{38,39,310,311,312,313}-lint]
[testenv:py{39,310,311,312,313}-lint]
deps=pre-commit
extras=
dev
@ -44,7 +43,7 @@ commands=
pre-commit install
pre-commit run --all-files --show-diff-on-failure
[testenv:py{38,39,310,311,312,313}-wheel]
[testenv:py{39,310,311,312,313}-wheel]
deps=
wheel
build[virtualenv]