Skip to content

Commit 4644397

Browse files
committed
Add support for Python 3.11, 3.12 and 3.13
1 parent 4d9f1e2 commit 4644397

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
python-version:
1515
- '3.9'
1616
- '3.10'
17+
- '3.11'
18+
- '3.12'
19+
- '3.13'
1720
- 'pypy-3.9'
1821

1922
steps:

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ classifiers = [
2121
"Programming Language :: Python :: 3 :: Only",
2222
"Programming Language :: Python :: 3.9",
2323
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2427
"License :: OSI Approved :: MIT License",
2528
]
2629
requires-python = ">=3.9, <4"

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ skip_missing_interpreters = true
1111
envlist =
1212
py39
1313
py310
14+
py311
15+
py312
16+
py313
1417
format
1518
lint
1619

0 commit comments

Comments
 (0)