We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc3931b + f8b5832 commit 484ceafCopy full SHA for 484ceaf
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-latest, macos-latest, windows-latest]
12
- python-version: [3.6, 3.7, 3.8, 3.9-dev, pypy3]
+ python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
13
steps:
14
- uses: actions/checkout@master
15
- name: Setup python
0 commit comments