Skip to content

Commit 472724f

Browse files
committed
chore: add python 3.13 to ci / pyproject.toml
1 parent 1131253 commit 472724f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: ['3.11', '3.12']
24+
python-version: ['3.11', '3.12', '3.13']
2525
numpy-version: ['1.25', '1.26', '2.0']
2626
dependency-set: ["minimal", "optional"]
2727

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ classifiers = [
4747
'Programming Language :: Python :: 3',
4848
'Programming Language :: Python :: 3.11',
4949
'Programming Language :: Python :: 3.12',
50+
'Programming Language :: Python :: 3.13',
5051
]
5152
license = {text = "MIT License"}
5253
keywords = ["Python", "compressed", "ndimensional-arrays", "zarr"]

0 commit comments

Comments
 (0)