Skip to content

Commit 2488c49

Browse files
authored
Merge pull request #1332 from TOMToolkit/1273-tomtoolkit-should-support-python-312-313
Add support for python 3.13
2 parents 5730323 + b7f3bb5 commit 2488c49

4 files changed

Lines changed: 848 additions & 842 deletions

File tree

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.12", "3.11", "3.10", "3.9"]
14+
python-version: ["3.13", "3.12", "3.11", "3.10"]
1515
os: [ubuntu-latest, macos-latest]
1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
strategy:
4040
matrix:
41-
python-version: ["3.12", "3.11", "3.10", "3.9"]
41+
python-version: ["3.13", "3.12", "3.11", "3.10"]
4242
os: [ubuntu-latest, macos-latest]
4343
steps:
4444
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)