Skip to content

Commit

Permalink
Merge pull request #33 from csdms/mcflugen/python313
Browse files Browse the repository at this point in the history
Add support for Python 3.13
  • Loading branch information
mcflugen authored Oct 15, 2024
2 parents 2b0e14e + 39f8ae7 commit e8f59ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12", "3.13"]
fail-fast: false

steps:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Scientific/Engineering :: Physics",
]
dependencies = [
"importlib-resources; python_version<'3.12'",
"importlib-resources; python_version < '3.12'",
"jinja2",
"packaging",
"pyyaml",
Expand Down

0 comments on commit e8f59ea

Please sign in to comment.