Skip to content

Commit ef4bacf

Browse files
committed
Add official support for Python 3.11
1 parent 148de3c commit ef4bacf

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- "py39-pytestlatest"
1717
- "py310-pytestlatest"
1818
- "py310-pytestmain"
19+
- "py311-pytestlatest"
20+
- "py311-pytestmain"
1921
- "py310-psutil"
2022
- "py310-setproctitle"
2123

@@ -31,6 +33,10 @@ jobs:
3133
python: "3.10"
3234
- tox_env: "py310-pytestmain"
3335
python: "3.10"
36+
- tox_env: "py311-pytestlatest"
37+
python: "3.11"
38+
- tox_env: "py311-pytestmain"
39+
python: "3.11"
3440
- tox_env: "py310-psutil"
3541
python: "3.10"
3642
- tox_env: "py310-setproctitle"

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers =
2828
Programming Language :: Python :: 3.8
2929
Programming Language :: Python :: 3.9
3030
Programming Language :: Python :: 3.10
31+
Programming Language :: Python :: 3.11
3132
license_file = LICENSE
3233
project_urls =
3334
Documentation=https://pytest-xdist.readthedocs.io/en/latest

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist=
33
linting
4-
py{37,38,39,310}-pytestlatest
4+
py{37,38,39,310,311}-pytestlatest
55
py310-pytestmain
66
py310-psutil
77
py310-setproctitle

0 commit comments

Comments
 (0)