Skip to content

Commit 2d7c487

Browse files
authored
Merge pull request #5748 from hugovk/3.10.0
Test Python 3.10.0 final on GitHub Actions
2 parents 0074653 + 8eb3c97 commit 2d7c487

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
11+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1212
architecture: ["x86", "x64"]
1313
include:
1414
# PyPy3.6 only ships 32-bit binaries for Windows

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: [
1616
"pypy-3.7",
1717
"pypy-3.6",
18-
"3.10-dev",
18+
"3.10",
1919
"3.9",
2020
"3.8",
2121
"3.7",

0 commit comments

Comments
 (0)