processing_pyo3 / mewnala declares support for Python 3.10:
|
"Programming Language :: Python :: 3.10", |
Python 3.10 is not actively supported since April 2023 and the security support will be ending in October 2026: https://endoflife.date/python
Considering mewnala is a relatively new project and has no worries for backward compatibility, I believe supporting Python 3.10 doesn't worth the effort and it can be dropped easily.
As an extra resource, dropping Python 3.10 complies with
Support for Python versions be dropped 3 years after their initial release.
recommendation from https://scientific-python.org/specs/spec-0000/
processing_pyo3 / mewnala declares support for Python 3.10:
libprocessing/crates/processing_pyo3/pyproject.toml
Line 18 in 1d5d462
Python 3.10 is not actively supported since April 2023 and the security support will be ending in October 2026: https://endoflife.date/python
Considering mewnala is a relatively new project and has no worries for backward compatibility, I believe supporting Python 3.10 doesn't worth the effort and it can be dropped easily.
As an extra resource, dropping Python 3.10 complies with
recommendation from https://scientific-python.org/specs/spec-0000/