CI: add_python: 3.9 is EOL

This commit is contained in:
Ivan Pozdeev 2026-04-17 22:30:54 +03:00
parent 46e4e6ab07
commit ae1bb9c061
No known key found for this signature in database
GPG Key ID: FB6A628DCF06DCD7

View File

@ -32,9 +32,8 @@ import tqdm
logger = logging.getLogger(__name__)
CUTOFF_VERSION=packaging.version.Version('3.9')
CUTOFF_VERSION=packaging.version.Version('3.10')
EXCLUDED_VERSIONS= {
packaging.version.Version("3.9.3") #recalled upstream
}
here = pathlib.Path(__file__).resolve()