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 63e1099 commit b8d0281Copy full SHA for b8d0281
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ${{ matrix.os }}
26
strategy:
27
matrix:
28
- python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-alpha.4"]
+ python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11.0-alpha.6"]
29
os: [ubuntu-latest, macos-latest]
30
steps:
31
- uses: actions/checkout@v2
0 commit comments