Skip to content

Commit

Permalink
ci: add tests for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang authored Nov 5, 2024
1 parent 694744b commit ab8480e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ 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",
"Programming Language :: Python :: Implementation :: PyPy",
]
Expand Down Expand Up @@ -68,7 +69,7 @@ python = ["3.9"]
numpy-version = ["1"]

[[tool.hatch.envs.test.matrix]]
python = ["3.10", "3.11", "3.12"]
python = ["3.10", "3.11", "3.12", "3.13']
numpy-version = ["1", "2"]


Expand Down

0 comments on commit ab8480e

Please sign in to comment.