Skip to content

Commit 469f31b

Browse files
Merge pull request #1142 from edgarrmondragon/cp313
Added support for Python 3.13
2 parents a65df23 + 3bf62e0 commit 469f31b

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- "py311-pytestlatest"
4242
- "py311-pytestmain"
4343
- "py312-pytestlatest"
44+
- "py313-pytestlatest"
4445
- "py310-psutil"
4546
- "py310-setproctitle"
4647

@@ -60,6 +61,8 @@ jobs:
6061
python: "3.11"
6162
- tox_env: "py312-pytestlatest"
6263
python: "3.12"
64+
- tox_env: "py313-pytestlatest"
65+
python: "3.13"
6366
- tox_env: "py310-psutil"
6467
python: "3.10"
6568
- tox_env: "py310-setproctitle"

changelog/1142.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added support for Python 3.13.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
33+
"Programming Language :: Python :: 3.13",
3334
]
3435
requires-python = ">=3.8"
3536
dependencies = [

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{38,39,310,311,312}-pytestlatest
4+
py{38,39,310,311,312,313}-pytestlatest
55
py310-pytestmain
66
py310-psutil
77
py310-setproctitle

0 commit comments

Comments
 (0)