Skip to content

Commit 3789690

Browse files
committed
Updated supported python versions.
1 parent 43ba9e8 commit 3789690

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
contents: write
3636
strategy:
3737
matrix:
38-
py_version: ["3.9", "3.10", "3.11", "3.12"]
38+
py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3939
os: [ubuntu-latest, windows-latest]
4040
runs-on: "${{ matrix.os }}"
4141
steps:

.python-version

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
3.11.4
2-
3.10.12
3-
3.9.17
4-
3.8.17
1+
3.13.1
2+
3.12.8
3+
3.11.11
4+
3.10.16
5+
3.9.21

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ classifiers = [
1010
"Programming Language :: Python",
1111
"Programming Language :: Python :: 3",
1212
"Programming Language :: Python :: 3 :: Only",
13-
"Programming Language :: Python :: 3.8",
1413
"Programming Language :: Python :: 3.9",
1514
"Programming Language :: Python :: 3.10",
1615
"Programming Language :: Python :: 3.11",
16+
"Programming Language :: Python :: 3.12",
17+
"Programming Language :: Python :: 3.13",
1718
"Operating System :: OS Independent",
1819
"Intended Audience :: Developers",
1920
]

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tox]
22
isolated_build = true
33
env_list =
4+
py313
5+
py312
46
py311
57
py310
68
py39
7-
py38
89

910
[testenv]
1011
skip_install = true

0 commit comments

Comments
 (0)