Skip to content

Commit 343f4f2

Browse files
committed
Enable Python 3.13
1 parent be0fa81 commit 343f4f2

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

build-constraints.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
# build version constraints for use with wheelwright
2-
numpy==1.15.0; python_version=='3.7' and platform_machine!='aarch64'
3-
numpy==1.19.2; python_version=='3.7' and platform_machine=='aarch64'
4-
numpy==1.17.3; python_version=='3.8' and platform_machine!='aarch64'
5-
numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64'
6-
numpy>=1.25.0; python_version>='3.9'
2+
numpy>=2.0.0,<3.0.0

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ requires = [
66
"preshed>=3.0.2,<3.1.0",
77
"murmurhash>=0.28.0,<1.1.0",
88
"thinc>=8.3.0,<8.4.0",
9-
"numpy>=2.0.0,<2.1.0; python_version < '3.9'",
10-
"numpy>=2.0.0,<2.1.0; python_version >= '3.9'",
9+
"numpy>=2.0.0,<3.0.0"
1110
]
1211
build-backend = "setuptools.build_meta"
1312

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ project_urls =
3030
[options]
3131
zip_safe = false
3232
include_package_data = true
33-
python_requires = >=3.9,<3.13
33+
python_requires = >=3.9,<3.14
3434
# NOTE: This section is superseded by pyproject.toml and will be removed in
3535
# spaCy v4
3636
setup_requires =

0 commit comments

Comments
 (0)