Skip to content

Commit eb6a921

Browse files
committed
Test with Python3.12
1 parent 03b4504 commit eb6a921

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
12-
python-version: ["3.10", "3.11", "3.12"]
12+
python-version: ["3.10", "3.11", "3.12", "3.13"]
1313

1414
runs-on: ${{ matrix.os }}
1515
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
1920
"Topic :: Scientific/Engineering",
2021
]
2122
dependencies = ["cython", "netCDF4", "numba", "numpy", "tqdm"]

0 commit comments

Comments
 (0)