Commit 8c01605
committed
remove Cython version check, fixes python-llfuse#81
distutils Version classes are deprecated.
I decided to remove the Cython version check completely,
it is not as simple as checking a minimum version anyway.
E.g. we can work with Cython 0.29.x and also 3.0.0b2,
but earlier 3.0.0 releases are of unknown compatibility.
Also, latest Python 3.12-dev versions require 0.29.34,
while older Pythons are happy with stuff compiled by earlier
0.29.x releases.1 parent 95e451a commit 8c01605
2 files changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
| |||
218 | 217 | | |
219 | 218 | | |
220 | 219 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
| 220 | + | |
226 | 221 | | |
227 | 222 | | |
228 | 223 | | |
| |||
0 commit comments