Add support for Python 3.12

Fix changelog entries from "improvement" to "feature" (there's "improvement" in our towncrier configuration).
This commit is contained in:
Bruno Oliveira
2023-11-11 11:28:31 -03:00
parent 230ba6ad10
commit 64f9388f41
5 changed files with 6 additions and 4 deletions

View File

@@ -38,9 +38,9 @@ jobs:
- "py38-pytestlatest" - "py38-pytestlatest"
- "py39-pytestlatest" - "py39-pytestlatest"
- "py310-pytestlatest" - "py310-pytestlatest"
- "py310-pytestmain"
- "py311-pytestlatest" - "py311-pytestlatest"
- "py311-pytestmain" - "py311-pytestmain"
- "py312-pytestlatest"
- "py310-psutil" - "py310-psutil"
- "py310-setproctitle" - "py310-setproctitle"
@@ -54,12 +54,12 @@ jobs:
python: "3.9" python: "3.9"
- tox_env: "py310-pytestlatest" - tox_env: "py310-pytestlatest"
python: "3.10" python: "3.10"
- tox_env: "py310-pytestmain"
python: "3.10"
- tox_env: "py311-pytestlatest" - tox_env: "py311-pytestlatest"
python: "3.11" python: "3.11"
- tox_env: "py311-pytestmain" - tox_env: "py311-pytestmain"
python: "3.11" python: "3.11"
- tox_env: "py312-pytestlatest"
python: "3.12"
- tox_env: "py310-psutil" - tox_env: "py310-psutil"
python: "3.10" python: "3.10"
- tox_env: "py310-setproctitle" - tox_env: "py310-setproctitle"

View File

@@ -0,0 +1 @@
Added support for Python 3.12.

View File

@@ -30,6 +30,7 @@ classifiers =
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 Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
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

View File

@@ -1,7 +1,7 @@
[tox] [tox]
envlist= envlist=
linting linting
py{37,38,39,310,311}-pytestlatest py{37,38,39,310,311,312}-pytestlatest
py310-pytestmain py310-pytestmain
py310-psutil py310-psutil
py310-setproctitle py310-setproctitle