You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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+
0 commit comments