Commit fbe37d6
feat: add Python 3.13 support with conditional PyArrow dependencies
- Use PyArrow >=15.0.2,<=17.0.0 for Python 3.8
- Use PyArrow >=18.0.0 for Python 3.9+ (includes 3.13 support)
- Maintains backward compatibility for all existing Python versions
- Resolves PyArrow installation issues on Python 3.13
Fixes installation failures where PyArrow 15.0.2 (pinned version)
does not support Python 3.13, while maintaining compatibility
with Python 3.8 which is not supported by PyArrow 18.0.0+1 parent 172cddd commit fbe37d6
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments