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
Should not be removed for Python >=3.8, but currently, it is - the check seems to ignore the third digit entirely. It should only be removed for >=3.9. Occurs in Python packaging related repos like scikit-build-core due to a bug in sysconfig fixed in 3.8.7.
The text was updated successfully, but these errors were encountered:
Description
The following check:
Should not be removed for Python
>=3.8
, but currently, it is - the check seems to ignore the third digit entirely. It should only be removed for>=3.9
. Occurs in Python packaging related repos like scikit-build-core due to a bug in sysconfig fixed in 3.8.7.The text was updated successfully, but these errors were encountered: