File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -130,4 +130,4 @@ jobs:
130
130
merge-multiple : true
131
131
132
132
- name : PyPI Publish
133
- uses : pypa/gh-action-pypi-publish@v1.9.0
133
+ uses : pypa/gh-action-pypi-publish@v1.10.3
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" maturin>=1.6,<2.0" , " numpy >= 1.11 .0" ]
2
+ requires = [" maturin>=1.6,<2.0" , " numpy >= 2.0 .0" ]
3
3
build-backend = " maturin"
4
4
5
5
[tool .pytest .ini_options ]
@@ -23,6 +23,7 @@ classifiers = [
23
23
" Programming Language :: Python :: 3.10" ,
24
24
" Programming Language :: Python :: 3.11" ,
25
25
" Programming Language :: Python :: 3.12" ,
26
+ " Programming Language :: Python :: 3.13" ,
26
27
" Development Status :: 5 - Production/Stable" ,
27
28
" Intended Audience :: Science/Research" ,
28
29
" License :: OSI Approved :: Blue Oak Model License (BlueOak-1.0.0)" ,
You can’t perform that action at this time.
0 commit comments