Skip to content

Commit 6b838bc

Browse files
Stop testing unsupported Python 3.8 and 3.9
That's what was breaking CI. The alternative would be: from __future__ import annotations
1 parent 68c13e0 commit 6b838bc

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

tox.ini

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -35,38 +35,6 @@ commands =
3535
deps =
3636
ruff
3737

38-
[testenv:py38]
39-
basepython = python3.8
40-
commands = pytest -v --doctest-modules --ignore benchmark --doctest-glob="README.md" {posargs}
41-
deps =
42-
pytest
43-
44-
[testenv:py38-extra]
45-
basepython = python3.8
46-
commands = pytest -v --doctest-modules --ignore benchmark --doctest-glob="README.md" {posargs}
47-
deps =
48-
pytest
49-
numpy
50-
pandas
51-
wcwidth
52-
53-
54-
[testenv:py39]
55-
basepython = python3.9
56-
commands = pytest -v --doctest-modules --ignore benchmark --doctest-glob="README.md" {posargs}
57-
deps =
58-
pytest
59-
60-
[testenv:py39-extra]
61-
basepython = python3.9
62-
commands = pytest -v --doctest-modules --ignore benchmark --doctest-glob="README.md" {posargs}
63-
deps =
64-
pytest
65-
numpy
66-
pandas
67-
wcwidth
68-
69-
7038
[testenv:py310]
7139
basepython = python3.10
7240
commands = pytest -v --doctest-modules --ignore benchmark --doctest-glob="README.md" {posargs}

0 commit comments

Comments
 (0)