Merge pull request #1142 from edgarrmondragon/cp313
Added support for Python 3.13
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -41,6 +41,7 @@ jobs:
|
|||||||
- "py311-pytestlatest"
|
- "py311-pytestlatest"
|
||||||
- "py311-pytestmain"
|
- "py311-pytestmain"
|
||||||
- "py312-pytestlatest"
|
- "py312-pytestlatest"
|
||||||
|
- "py313-pytestlatest"
|
||||||
- "py310-psutil"
|
- "py310-psutil"
|
||||||
- "py310-setproctitle"
|
- "py310-setproctitle"
|
||||||
|
|
||||||
@@ -60,6 +61,8 @@ jobs:
|
|||||||
python: "3.11"
|
python: "3.11"
|
||||||
- tox_env: "py312-pytestlatest"
|
- tox_env: "py312-pytestlatest"
|
||||||
python: "3.12"
|
python: "3.12"
|
||||||
|
- tox_env: "py313-pytestlatest"
|
||||||
|
python: "3.13"
|
||||||
- tox_env: "py310-psutil"
|
- tox_env: "py310-psutil"
|
||||||
python: "3.10"
|
python: "3.10"
|
||||||
- tox_env: "py310-setproctitle"
|
- tox_env: "py310-setproctitle"
|
||||||
|
|||||||
1
changelog/1142.feature.rst
Normal file
1
changelog/1142.feature.rst
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Added support for Python 3.13.
|
||||||
@@ -30,6 +30,7 @@ classifiers = [
|
|||||||
"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",
|
"Programming Language :: Python :: 3.12",
|
||||||
|
"Programming Language :: Python :: 3.13",
|
||||||
]
|
]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
Reference in New Issue
Block a user