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
Python 3.12 is the current stable release version, therefore most systems are including it as default. Even when having a venv solves any issues, it would be good to stay updated with versions. This means support all current stable/supported versions and drop support for obsolete ones.
The text was updated successfully, but these errors were encountered:
But before I wanted to try to use Py_LIMITED_API and avoiding to be dependant of python versions. But pybind is not compatible with Py_LIMITED_API pybind/pybind11#1755
For reference https://devguide.python.org/versions/
Python 3.12 is the current stable release version, therefore most systems are including it as default. Even when having a venv solves any issues, it would be good to stay updated with versions. This means support all current stable/supported versions and drop support for obsolete ones.
The text was updated successfully, but these errors were encountered: