Skip to content

Commit f752b8c

Browse files
authored
Merge pull request #459 from DHI/py313
Support for Python 3.13
2 parents 626cf37 + 8bea123 commit f752b8c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/full_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, windows-latest]
18-
python-version: ["3.9", "3.12"]
18+
python-version: ["3.9", "3.13"]
1919

2020
steps:
2121
- uses: actions/checkout@v3

.github/workflows/scheduled_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest]
17-
python-version: [3.9, "3.12"]
17+
python-version: [3.9, "3.13"]
1818

1919
steps:
2020
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ classifiers = [
3636
"Programming Language :: Python :: 3.10",
3737
"Programming Language :: Python :: 3.11",
3838
"Programming Language :: Python :: 3.12",
39+
"Programming Language :: Python :: 3.13",
3940
"Topic :: Scientific/Engineering",
4041
]
4142

0 commit comments

Comments
 (0)