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
Drop support for EOL Python versions, test all alive versions (3.10-3.13)
- Remove EOL Python 3.6-3.9 from classifiers and cibuildwheel
- Add Python 3.12, 3.13 to classifiers
- Add python_requires='>=3.10' to setup.py
- Update Cython requirement to >=3.0 for Python 3.12+ support
- Add test matrix for Python 3.10, 3.11, 3.12, 3.13
- Update cibuildwheel to v2.22, upload-artifact to v4, codecov to v4
- Update CI OS runners to latest versions
- Add workflow permissions for security
Co-authored-by: whtsky <876694+whtsky@users.noreply.github.com>
0 commit comments