Skip to content

Commit 9399457

Browse files
committed
Can we build for 3.13?
1 parent b55be94 commit 9399457

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ jobs:
130130
merge-multiple: true
131131

132132
- name: PyPI Publish
133-
uses: pypa/gh-action-pypi-publish@v1.9.0
133+
uses: pypa/gh-action-pypi-publish@v1.10.3

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=1.6,<2.0", "numpy >= 1.11.0"]
2+
requires = ["maturin>=1.6,<2.0", "numpy >= 2.0.0"]
33
build-backend = "maturin"
44

55
[tool.pytest.ini_options]
@@ -23,6 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2627
"Development Status :: 5 - Production/Stable",
2728
"Intended Audience :: Science/Research",
2829
"License :: OSI Approved :: Blue Oak Model License (BlueOak-1.0.0)",

0 commit comments

Comments
 (0)