mirror of
https://github.com/pyenv/pyenv.git
synced 2026-04-19 19:45:20 +09: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__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
CUTOFF_VERSION=packaging.version.Version('3.9')
|
CUTOFF_VERSION=packaging.version.Version('3.10')
|
||||||
EXCLUDED_VERSIONS= {
|
EXCLUDED_VERSIONS= {
|
||||||
packaging.version.Version("3.9.3") #recalled upstream
|
|
||||||
}
|
}
|
||||||
|
|
||||||
here = pathlib.Path(__file__).resolve()
|
here = pathlib.Path(__file__).resolve()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user