Skip to content

Commit

Permalink
Enable python 3.13 and update numpy pin
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Dec 11, 2024
1 parent 72ff7b5 commit 78e253a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions build-constraints.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# build version constraints for use with wheelwright + multibuild
numpy==2.0.1; python_version<='3.7' and platform_machine!='aarch64'
numpy==2.0.1; python_version<='3.7' and platform_machine=='aarch64'
numpy==2.0.1; python_version=='3.8' and platform_machine!='aarch64'
numpy==2.0.1; python_version=='3.8' and platform_machine=='aarch64'
numpy>=2.0.1,<2.1.0; python_version>='3.9'
numpy>=2.0.0,<3.0.0
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ classifiers =
[options]
zip_safe = false
include_package_data = true
python_requires = >=3.6
python_requires = >=3.9,<3.14
setup_requires =
cython>=0.25,<3.0
numpy>=2.0.1,<2.1.0
numpy>=2.0.1,<3.0.0
# We also need our Cython packages here to compile against
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0
Expand Down

0 comments on commit 78e253a

Please sign in to comment.