File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ build:
1212
1313requirements :
1414 build :
15- - python >=3.9
15+ - python >=3.10
1616 - setuptools
1717 run :
18- - python >=3.9
18+ - python >=3.10
1919 - ocp=7.8.1
2020 - vtk=*=qt*
2121 - pyparsing >=2.1.9
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: cadquery
22channels :
33 - conda-forge
44dependencies :
5- - python>=3.9,<=3.12
5+ - python>=3.10
66 - ipython
77 - ocp=7.8.1
88 - vtk=*=qt*
Original file line number Diff line number Diff line change 4949 long_description = open ("README.md" ).read (),
5050 long_description_content_type = "text/markdown" ,
5151 packages = find_packages (exclude = ("tests" ,)),
52- python_requires = ">=3.9 " ,
52+ python_requires = ">=3.10 " ,
5353 setup_requires = setup_reqs ,
5454 install_requires = reqs ,
5555 extras_require = {
You can’t perform that action at this time.
0 commit comments