Skip to content

Commit 78a67fd

Browse files
committed
3.10.0-beta.1 -> 3.10 in GitHub workflows
1 parent 29f7bb8 commit 78a67fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, windows-latest]
10-
python-version: ["3.7", "3.8", "3.9", "3.10.0-beta.1"]
10+
python-version: ["3.7", "3.8", "3.9", "3.10"]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v2
@@ -37,7 +37,7 @@ jobs:
3737
mypy:
3838
strategy:
3939
matrix:
40-
python-version: ["3.8", "3.9", "3.10.0-beta.1"]
40+
python-version: ["3.8", "3.9", "3.10"]
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v2
@@ -51,7 +51,7 @@ jobs:
5151
readme:
5252
strategy:
5353
matrix:
54-
python-version: ["3.10.0-beta.1"]
54+
python-version: ["3.10"]
5555
runs-on: ubuntu-latest
5656
steps:
5757
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)