Skip to content

Commit

Permalink
Try #272:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Dec 12, 2021
2 parents 84d77b8 + 2436096 commit 7e50a8f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Zipapp_bootstrap_task:
image: python:3.7-slim
image: python:3.8-slim
image: python:3.9-slim
image: python:3.10-slim
setup_script:
- pip install -U --upgrade-strategy eager pip 'setuptools>42'
- cp -r . /tmp/bork-pristine
Expand Down Expand Up @@ -58,6 +59,7 @@ Linux_task:
- image: python:3.7-slim
- image: python:3.8-slim
- image: python:3.9-slim
- image: python:3.10-slim
install_script:
- apt-get update
- apt-get install -y git
Expand All @@ -70,15 +72,17 @@ Linux_task:
macOS_task:
alias: macOS tests
osx_instance:
image: catalina-xcode
image: monterey-xcode
env:
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
PATH: ${HOME}/.pyenv/shims:${PATH}
matrix:
- PYTHON: 3.7.9
- PYTHON: 3.8.6
- PYTHON: 3.9.0
# https://formulae.brew.sh/formula/[email protected]
- PYTHON: 3.7.12
- PYTHON: 3.8.12
- PYTHON: 3.9.8
- PYTHON: 3.10.0
install_script:
# Per the pyenv homebrew recommendations.
# https://github.com/pyenv/pyenv/wiki#suggested-build-environment
Expand All @@ -101,6 +105,7 @@ FreeBSD_task:
- PYTHON: 3.7
- PYTHON: 3.8
- PYTHON: 3.9
- PYTHON: 3.10
install_script:
- PY=`echo $PYTHON | tr -d '.'`
- pkg install -y python${PY} git
Expand Down Expand Up @@ -145,7 +150,7 @@ Release_task:
TWINE_PASSWORD: ENCRYPTED[00007524e18bea7b59efea288653efa57b1dbd235ed8af00cc325febfc9076631a2bf58ed330d8fa7ca057adb81579b0]
BORK_GITHUB_TOKEN: ENCRYPTED[cc80f90b8db1cbe53aabf4f50bf73331c88ea3e1b5412bb0f7bc264bd233f23bf8df4fc2b4c41f87ec07310d63619801]
container:
image: python:3.8-slim
image: python:3.10-slim
install_script:
- apt-get update
- apt-get install -y git
Expand Down

0 comments on commit 7e50a8f

Please sign in to comment.