Commit 2d8f0ab
BLD: pin cython language level to '2' (#25145)
Not explicitly pinning the language level has been producing future
warnings from cython. The next release of cython is going to change
the default level to '3str' under which the pandas cython extensions
do not compile.
The long term solution is to update the cython files to the next
language level, but this is a stop-gap to keep pandas building.1 parent bd58782 commit 2d8f0ab
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
| 454 | + | |
454 | 455 | | |
455 | 456 | | |
456 | 457 | | |
| |||
0 commit comments