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 294e981 + 03466dd commit f3ac821Copy full SHA for f3ac821
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
os: ["ubuntu-latest"]
15
- python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10-dev", "pypy-3.6", "pypy-3.7"]
+ python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "pypy-3.6", "pypy-3.7", "pypy-3.8"]
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v2
0 commit comments