Browse Source

CI: add_python: 3.9 is EOL

pull/3437/head
Ivan Pozdeev 2 months ago
parent
commit
ae1bb9c061
No known key found for this signature in database GPG Key ID: FB6A628DCF06DCD7
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      plugins/python-build/scripts/add_cpython.py

+ 1
- 2
plugins/python-build/scripts/add_cpython.py 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()

Loading…
Cancel
Save