Skip to content

Commit 44b769a

Browse files
authored
Merge pull request #1280 from CadQuery/packaging-cleanup
Remove upper python bound
2 parents 436ab58 + 57f02c6 commit 44b769a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requirements:
2020
- ezdxf
2121
- ipython
2222
- typing_extensions
23-
- nptyping 2.0.1
23+
- nptyping >=2.0.1
2424
- nlopt
2525
- multimethod >=1.7,<2.0
2626
- casadi

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
long_description=open("README.md").read(),
5151
long_description_content_type="text/markdown",
5252
packages=find_packages(exclude=("tests",)),
53-
python_requires=">=3.8,<3.11",
53+
python_requires=">=3.8",
5454
setup_requires=setup_reqs,
5555
install_requires=reqs,
5656
extras_require={

0 commit comments

Comments
 (0)