Skip to content

Commit

Permalink
do not build for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
elisalle committed Jan 28, 2025
1 parent ab84f6f commit ac193b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: pypa/[email protected]
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: "pp* *musllinux* cp312" # skips pypy, musllinux and python3.12
CIBW_SKIP: "pp* *musllinux* cp313*" # skips pypy, musllinux and python3.13
CIBW_ARCHS: auto64 # only 64-bit (convincing CMAKE of 32-bit is a TODO)
CIBW_ENVIRONMENT_MACOS:
FC=gfortran-12
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ requires = [
"numpy==1.24.2; python_version=='3.11'",
# do not pin numpy on future versions of python to avoid incompatible numpy and python versions
"numpy==1.26.*; python_version=='3.12'",
"numpy==2.2.*; python_version=='3.13'",
"ninja; platform_system!='Windows'"
]
build-backend = "setuptools.build_meta"

0 comments on commit ac193b1

Please sign in to comment.