Add official support for Python 3.11
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -23,6 +23,8 @@ jobs:
|
|||||||
- "py39-pytestlatest"
|
- "py39-pytestlatest"
|
||||||
- "py310-pytestlatest"
|
- "py310-pytestlatest"
|
||||||
- "py310-pytestmain"
|
- "py310-pytestmain"
|
||||||
|
- "py311-pytestlatest"
|
||||||
|
- "py311-pytestmain"
|
||||||
- "py310-psutil"
|
- "py310-psutil"
|
||||||
- "py310-setproctitle"
|
- "py310-setproctitle"
|
||||||
|
|
||||||
@@ -38,6 +40,10 @@ jobs:
|
|||||||
python: "3.10"
|
python: "3.10"
|
||||||
- tox_env: "py310-pytestmain"
|
- tox_env: "py310-pytestmain"
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
|
- tox_env: "py311-pytestlatest"
|
||||||
|
python: "3.11"
|
||||||
|
- tox_env: "py311-pytestmain"
|
||||||
|
python: "3.11"
|
||||||
- tox_env: "py310-psutil"
|
- tox_env: "py310-psutil"
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
- tox_env: "py310-setproctitle"
|
- tox_env: "py310-setproctitle"
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ classifiers =
|
|||||||
Programming Language :: Python :: 3.8
|
Programming Language :: Python :: 3.8
|
||||||
Programming Language :: Python :: 3.9
|
Programming Language :: Python :: 3.9
|
||||||
Programming Language :: Python :: 3.10
|
Programming Language :: Python :: 3.10
|
||||||
|
Programming Language :: Python :: 3.11
|
||||||
license_file = LICENSE
|
license_file = LICENSE
|
||||||
project_urls =
|
project_urls =
|
||||||
Documentation=https://pytest-xdist.readthedocs.io/en/latest
|
Documentation=https://pytest-xdist.readthedocs.io/en/latest
|
||||||
|
|||||||
Reference in New Issue
Block a user