File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 os : ubuntu-20.04
55 tools :
66 # Keep version in sync with tox.ini (docs and gh-actions).
7- python : " 3.10 "
7+ python : " 3.11 "
88
99python :
10- install :
11- - requirements : " docs/requirements.txt"
12- - path : .
13- method : pip
10+ jobs :
11+ post_create_environment :
12+ - pip install pdm
13+ post_install :
14+ - pdm install -G :all,docs
Original file line number Diff line number Diff line change 44 3.7: py37
55 3.8: py38
66 3.9: py39
7- 3.10: py310, lint
8- 3.11: py311
7+ 3.10: py310
8+ 3.11: py311, lint
99 pypy-3: pypy3
1010
1111[tox]
@@ -14,7 +14,7 @@ isolated_build = true
1414skipsdist = true
1515
1616[testenv:lint]
17- basepython = python3.10
17+ basepython = python3.11
1818allowlist_externals =
1919 make
2020 pdm
@@ -44,7 +44,7 @@ commands =
4444passenv = CI
4545
4646[testenv:docs]
47- basepython = python3.10
47+ basepython = python3.11
4848setenv =
4949 PYTHONHASHSEED = 0
5050deps =
You can’t perform that action at this time.
0 commit comments