From 692001eec548e62cbc8a761143d3d9abb9837396 Mon Sep 17 00:00:00 2001 From: sgavil Date: Mon, 11 Oct 2021 13:23:28 +0200 Subject: [PATCH] Added python3.10 to CI --- .cirrus.yml | 4 ++++ bors.toml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 2f6fa285..800c6c33 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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: diff --git a/bors.toml b/bors.toml index 38a30cde..774fae93 100644 --- a/bors.toml +++ b/bors.toml @@ -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", ]