We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1d1de commit 0f53880Copy full SHA for 0f53880
.github/workflows/wheels.yml
@@ -41,6 +41,6 @@ jobs:
41
run: |
42
echo $TWINE_USERNAME
43
echo $TWINE_PASSWORD
44
- python -m pip install -U twine virtualenv
+ python -m pip install -U twine virtualenv "pkginfo>=1.11"
45
twine upload --skip-existing wheelhouse/*.whl
46
continue-on-error: true
pyproject.toml
@@ -3,13 +3,12 @@
3
requires = [
4
"setuptools>=42",
5
"wheel",
6
- "numpy>=1.22"
+ "numpy>=2.0"
7
]
8
9
build-backend = "setuptools.build_meta"
10
11
12
[tool.cibuildwheel]
13
-build = "cp38-* cp39-* cp310-*"
14
-
+build = "cp39-* cp310-* cp311-* cp312-* cp313-*"
15
skip = "pp* *686* *-musllinux_*"
0 commit comments