Skip to content

Commit

Permalink
chore: Add python3.11 to canaries (aws#5263)
Browse files Browse the repository at this point in the history
* chore: Add python3.11 to canaries

* Remove python3.9
  • Loading branch information
mildaniel authored and Leonardo Gama committed Jun 22, 2023
1 parent f99f169 commit 84a980f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ environment:
- PYTHON_HOME: "$HOME/venv3.8/bin"
PYTHON_VERSION: '3.8'

- PYTHON_HOME: "$HOME/venv3.9/bin"
PYTHON_VERSION: '3.9'
- PYTHON_HOME: "$HOME/venv3.11/bin"
PYTHON_VERSION: '3.11'

install:
# AppVeyor's apt-get cache might be outdated, and the package could potentially be 404.
Expand Down

0 comments on commit 84a980f

Please sign in to comment.