1
1
[tox]
2
- envlist = coverage-clean,test-py38-psutil55-dateutil27 -tzlocal2, test-py{39, 310}-psutillatest-dateutillatest-tzlocal{4,latest}, integration-py{38, 39,310}, mindeps, check, docs, coverage
2
+ envlist = coverage-clean,test-py39-psutil58-dateutil28 -tzlocal2, test-py{310,311 }-psutillatest-dateutillatest-tzlocal{4,latest}, integration-py{39,310,311 }, mindeps, check, docs, coverage
3
3
4
4
[testenv]
5
5
extras = test
6
6
setenv =
7
7
COVERAGE_FILE = ./.coverage.{envname}
8
8
deps =
9
- psutil55 : psutil>=5.5 ,<5.6
9
+ psutil58 : psutil>=5.8 ,<5.9
10
10
psutillatest: psutil
11
- dateutil27 : python-dateutil>=2.7 ,<2.8
11
+ dateutil28 : python-dateutil>=2.8 ,<2.9
12
12
dateutillatest: python-dateutil
13
13
tzlocal2: tzlocal<3
14
14
tzlocal4: tzlocal>3,<5
@@ -28,7 +28,7 @@ commands = coverage erase
28
28
depends =
29
29
30
30
[testenv:coverage]
31
- depends = test-py38 -psutil{55 ,latest}-dateutil{27 ,latest}, test-py39-psutillatest-dateutillatest, test-py310- psutillatest-dateutillatest, integration-py{38, 39,310}
31
+ depends = test-py39 -psutil{58 ,latest}-dateutil{28 ,latest}, test-py{310,311}- psutillatest-dateutillatest, integration-py{39,310,311 }
32
32
deps =
33
33
coverage
34
34
skip_install = true
@@ -60,13 +60,13 @@ commands =
60
60
{envbindir}/mypy src tests
61
61
62
62
[testenv:docs]
63
- basepython = python3.9
63
+ basepython = python3.11
64
64
depends =
65
65
deps = -rrequirements-doc.txt
66
66
commands = {envbindir}/sphinx-build -W -b html -d {envtmpdir}/doctrees doc/source {envtmpdir}/html
67
67
68
68
[gh-actions]
69
69
python =
70
- 3.8: py38, coverage
71
70
3.9: py39, coverage
72
71
3.10: py310, coverage
72
+ 3.11: py311, coverage
0 commit comments