Skip to content

Commit

Permalink
Add explicit upper bound on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange committed Sep 18, 2024
1 parent 75f3279 commit 9509a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vaex-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def __str__(self):
if not use_skbuild
else [],
zip_safe=False,
python_requires=">=3.8",
python_requires=">=3.8,<3.13", # 3.13 needs numpy 2.1 support ref https://github.com/vaexio/vaex/pull/2434
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 9509a38

Please sign in to comment.