Skip to content

Commit

Permalink
Use final version of Python 3.9 at CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
renanivo committed Oct 13, 2020
1 parent 50e064e commit 773524c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9-dev, pypy3]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
os: [ubuntu-latest, macos-latest]
pytest: [
"pytest==3.7.0",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'

- name: Get pip cache dir
id: pip-cache
Expand Down

0 comments on commit 773524c

Please sign in to comment.