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 29f7bb8 commit 78a67fdCopy full SHA for 78a67fd
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [ubuntu-latest, windows-latest]
10
- python-version: ["3.7", "3.8", "3.9", "3.10.0-beta.1"]
+ python-version: ["3.7", "3.8", "3.9", "3.10"]
11
runs-on: ${{ matrix.os }}
12
steps:
13
- uses: actions/checkout@v2
@@ -37,7 +37,7 @@ jobs:
37
mypy:
38
39
40
- python-version: ["3.8", "3.9", "3.10.0-beta.1"]
+ python-version: ["3.8", "3.9", "3.10"]
41
runs-on: ubuntu-latest
42
43
@@ -51,7 +51,7 @@ jobs:
51
readme:
52
53
54
- python-version: ["3.10.0-beta.1"]
+ python-version: ["3.10"]
55
56
57
0 commit comments