Test Python 3.9
This commit is contained in:
parent
30c9c55358
commit
dbe95641c0
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: [3.5, 3.6, 3.7, 3.8, pypy3]
|
||||
python-version: [3.5, 3.6, 3.7, 3.8, '3.9.0-alpha - 3.9', pypy3]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
|
Loading…
Reference in New Issue
Block a user