Skip to content

Commit

Permalink
CI: Update Python 3.6 and 3.7 environments on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Jan 1, 2021
1 parent c6733eb commit 1554ac1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ macOS_task:
LANG: en_US.UTF-8
PATH: ${HOME}/.pyenv/shims:${PATH}
matrix:
- PYTHON: 3.6.8
- PYTHON: 3.7.2
- PYTHON: 3.6.9
- PYTHON: 3.7.9
- PYTHON: 3.8.6
- PYTHON: 3.9.1
install_script:
# Per the pyenv homebrew recommendations.
# https://github.com/pyenv/pyenv/wiki#suggested-build-environment
# https://github.com/pyenv/pyenv/wiki#suggested-build-environment
- brew install openssl readline pyenv git
- pyenv install ${PYTHON}
- pyenv global ${PYTHON}
Expand Down
4 changes: 2 additions & 2 deletions bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ status = [
"Zipapp_bootstrap container:python:3.7-slim",
"Zipapp_bootstrap container:python:3.8-slim",
"Zipapp_bootstrap container:python:3.9-slim",
"macOS PYTHON:3.6.8",
"macOS PYTHON:3.7.2",
"macOS PYTHON:3.6.9",
"macOS PYTHON:3.7.9",
"macOS PYTHON:3.8.6",
"macOS PYTHON:3.9.1",
]
Expand Down

0 comments on commit 1554ac1

Please sign in to comment.