rdmo
rdmo copied to clipboard
ci: add python 3.13-dev to test matrix
Description
This PR adds Python 3.13 to the CI test matrix.
The tests currently fail due to missing wheels or inability to build from source for several dependencies:
- [x] psycopg[binary]
- [ ] greenlet (
Failed to build greenlet
), still an issue on 07.10.2024
Related issue: #1031
Tasks
- [ ] add 3.13 (not 3.13-dev) to all ci jobs, replace 3.12
- [ ] add 3.13 to classifiers in pyproject.toml
- [ ] squash commits