Skip to content

Commit 0fe5f08

Browse files
authored
Merge pull request #1109 from sanders41/python-3.13
Add python 3.13 support
2 parents a7ef249 + 60d3e98 commit 0fe5f08

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/testing.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
43+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4444
runs-on: ubuntu-latest
4545
steps:
4646
- uses: actions/checkout@v4
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
fail-fast: false
7878
matrix:
79-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
79+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
8080
runs-on: ubuntu-latest
8181
steps:
8282
- uses: actions/checkout@v4
@@ -124,7 +124,7 @@ jobs:
124124
strategy:
125125
fail-fast: false
126126
matrix:
127-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
127+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
128128
runs-on: ubuntu-latest
129129
steps:
130130
- uses: actions/checkout@v4
@@ -160,7 +160,7 @@ jobs:
160160
strategy:
161161
fail-fast: false
162162
matrix:
163-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
163+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
164164
runs-on: ubuntu-latest
165165
steps:
166166
- uses: actions/checkout@v4
@@ -207,7 +207,7 @@ jobs:
207207
strategy:
208208
fail-fast: false
209209
matrix:
210-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
210+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
211211
runs-on: ubuntu-latest
212212
steps:
213213
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers=[
1717
"Programming Language :: Python :: 3.10",
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
20+
"Programming Language :: Python :: 3.13",
2021
"License :: OSI Approved :: MIT License",
2122
"Operating System :: OS Independent",
2223
"Typing :: Typed",

0 commit comments

Comments
 (0)