mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
CI: add_python: 3.9 is EOL
This commit is contained in:
parent
46e4e6ab07
commit
ae1bb9c061
|
|
@ -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…
Reference in a new issue