Added python3.10 to CI

This commit is contained in:
sgavil 2021-10-11 13:23:28 +02:00
parent 511f9ce8eb
commit 692001eec5
2 changed files with 7 additions and 0 deletions

View file

@ -57,6 +57,7 @@ task:
- IMAGE: python:rc-slim
- IMAGE: pypy:3.6-slim
- IMAGE: pypy:3.7-slim
- IMAGE: python:3.10-slim
container:
image: $IMAGE
@ -103,12 +104,14 @@ macOS_task:
- PYTHON: 3.7.9
- PYTHON: 3.8.6
- PYTHON: 3.9.0
- PYTHON: 3.10.0
depends_on:
- build
install_script:
# Per the pyenv homebrew recommendations.
# https://github.com/pyenv/pyenv/wiki#suggested-build-environment
# - xcode-select --install # Unnecessary on Cirrus
- brew update
- brew install openssl readline sqlite3 xz zlib pyenv
- pyenv install ${PYTHON}
- pyenv global ${PYTHON}
@ -151,6 +154,7 @@ task:
- IMAGE: python:3.7-windowsservercore
- IMAGE: python:3.8-windowsservercore
- IMAGE: python:3.9-windowsservercore
- IMAGE: python:3.10-windowsservercore
- IMAGE: python:rc-windowsservercore
install_script:

View file

@ -4,14 +4,17 @@ status = [
"Linux python:3.7-slim",
"Linux python:3.8-slim",
"Linux python:3.9-slim",
"Linux python:3.10-slim",
"Windows python:3.6-windowsservercore",
"Windows python:3.7-windowsservercore",
"Windows python:3.8-windowsservercore",
"Windows python:3.9-windowsservercore",
"Windows python:3.10-windowsservercore",
"macOS PYTHON:3.6.12",
"macOS PYTHON:3.7.9",
"macOS PYTHON:3.8.6",
"macOS PYTHON:3.9.0",
"macOS PYTHON:3.10.0",
"pep517",
]