Skip to content

Commit e8f59ea

Browse files
authored
Merge pull request #33 from csdms/mcflugen/python313
Add support for Python 3.13
2 parents 2b0e14e + 39f8ae7 commit e8f59ea

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
matrix:
5757
os: [ubuntu-latest, macos-latest, windows-latest]
58-
python-version: ["3.10", "3.11", "3.12"]
58+
python-version: ["3.10", "3.11", "3.12", "3.13"]
5959
fail-fast: false
6060

6161
steps:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ classifiers = [
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
2425
"Programming Language :: Python :: Implementation :: CPython",
2526
"Topic :: Scientific/Engineering :: Physics",
2627
]
2728
dependencies = [
28-
"importlib-resources; python_version<'3.12'",
29+
"importlib-resources; python_version < '3.12'",
2930
"jinja2",
3031
"packaging",
3132
"pyyaml",

0 commit comments

Comments
 (0)