Skip to content

Commit

Permalink
Fix CI setup for Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Aug 26, 2020
1 parent cb01d0f commit af88752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, pypy3]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9.0-rc.1, pypy3]
os: [ubuntu-18.04, macos-latest, windows-latest]

steps:
Expand Down

0 comments on commit af88752

Please sign in to comment.