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.
1 parent 5a0de69 commit 03466ddCopy full SHA for 03466dd
.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", "3.11.0-alpha - 3.11.0", "pypy-3.6", "pypy-3.7", "pypy-3.8"]
+ 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