Commit e9ada84
committed
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 12fe8e3 commit e9ada84
1 file changed
Lines changed: 2 additions & 1 deletion
| 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