File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 submodules : true
5252 - name : Build sdist
5353 run : |
54- pip install Cython==3.0.11 setuptools wheel setuptools
54+ pip install Cython setuptools wheel setuptools
5555 python setup.py build_ext --inplace --cython
5656 python setup.py sdist
5757
Original file line number Diff line number Diff line change 22[build-system ]
33requires = [
44 " wheel" ,
5- " Cython==3.0.11 " ,
5+ " Cython" ,
66 " setuptools>=62.4" ,
77]
88
@@ -18,7 +18,7 @@ authors = [
1818 { name = ' Artem Golubin' , email = ' me@rushter.com' }
1919]
2020dependencies = [
21- " Cython==3.0.11 " ,
21+ " Cython" ,
2222]
2323keywords = [
2424 " selectolax" ,
@@ -62,3 +62,9 @@ skip = [
6262 " pp*"
6363]
6464test-skip = " *-macosx_arm64"
65+
66+
67+ [project .optional-dependencies ]
68+ cython = [
69+ " Cython" ,
70+ ]
Original file line number Diff line number Diff line change @@ -176,9 +176,6 @@ def make_extensions():
176176 packages = find_packages (include = ["selectolax" ]),
177177 package_data = {"selectolax" : ["py.typed" ]},
178178 include_package_data = True ,
179- extras_require = {
180- "cython" : "Cython==3.0.11" ,
181- },
182179 license = "MIT license" ,
183180 zip_safe = False ,
184181 test_suite = "tests" ,
You can’t perform that action at this time.
0 commit comments