Skip to content

Commit

Permalink
relax setuptools_scm min requirement
Browse files Browse the repository at this point in the history
setuptools_scm>=7.0.0 no longer supports python 3.6, whereas pyclipper still support python 2.7...

#52 broke the CI, this should fix broken build.
  • Loading branch information
anthrotype committed Sep 25, 2023
1 parent 65798c8 commit 410553d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools",
"wheel",
"setuptools_scm>=7.0.0",
"setuptools_scm",
"cython",
]

Expand Down

0 comments on commit 410553d

Please sign in to comment.