We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aff538 commit 2c673eaCopy full SHA for 2c673ea
.cirrus.yml
@@ -13,7 +13,7 @@ BUILD_TEST_TASK_TEMPLATE: &BUILD_TEST_TASK_TEMPLATE
13
linux_arm64_task:
14
env:
15
matrix:
16
- - IMAGE: python:3.6-slim
+ # - IMAGE: python:3.6-slim # This works locally, with cirrus run, but fails in CI
17
- IMAGE: python:3.7-slim
18
- IMAGE: python:3.8-slim
19
- IMAGE: python:3.9-slim
@@ -31,7 +31,7 @@ macosx_arm64_task:
31
32
PATH: ${HOME}/.pyenv/shims:${PATH}
33
34
- # - PYTHON: 3.6 # This works locally, with cirrus run, but fails in CI
+ - PYTHON: 3.6
35
- PYTHON: 3.7
36
- PYTHON: 3.8
37
- PYTHON: 3.9
0 commit comments