We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c48c4 commit 8a3b275Copy full SHA for 8a3b275
1 file changed
tox.ini
@@ -3,8 +3,7 @@ envlist =
3
clean,
4
check,
5
docs,
6
- {py39,py310,py311,py312,py13},
7
- py13-joblib-earliest,
+ {py39,py310,py311,py312,py313},
8
9
[base]
10
deps =
@@ -27,7 +26,6 @@ basepython =
27
26
py311: {env:TOXPYTHON:python3.11}
28
py312: {env:TOXPYTHON:python3.12}
29
py313: {env:TOXPYTHON:python3.13}
30
- py313-joblib-earliest: {env:TOXPYTHON:python3.13}
31
{clean,check,docs,report}: {env:TOXPYTHON:python3}
32
setenv =
33
PYTHONPATH={toxinidir}/tests
@@ -41,11 +39,6 @@ deps =
41
39
commands =
42
40
{posargs:pytest --cov --cov-report=term-missing --benchmark-skip -vv tests}
43
44
-[testenv:py313-joblib-earliest]
45
-deps =
46
- {[base]deps}
47
- joblib==1.3.0
48
-
49
[testenv:check]
50
basepython = py313
51
@@ -121,4 +114,4 @@ python =
121
114
3.10: py310, report
122
115
3.11: py311, report
123
116
3.12: py312, report
124
- 3.13: py313, py313-joblib-earliest, report, check, docs
117
+ 3.13: py313, report, check, docs
0 commit comments