I wanted to open an issue to discuss building Python 3.12 wheels, selfishly because I just updated my personal system to 3.12. Any anticipated issues?
I'd expect at the same time we'd drop 3.7 support, as that's at end-of-life.
When we do this can we also update the compatibility list on PyPI here:
|
"Programming Language :: Python :: 3.7", |
|
"Programming Language :: Python :: 3.8", |
|
"Programming Language :: Python :: 3.9", |
I wanted to open an issue to discuss building Python 3.12 wheels, selfishly because I just updated my personal system to 3.12. Any anticipated issues?
I'd expect at the same time we'd drop 3.7 support, as that's at end-of-life.
When we do this can we also update the compatibility list on PyPI here:
so3g/setup.py
Lines 414 to 416 in 51a8ae3