Skip to content

Commit ad7d478

Browse files
authored
Use release version of Python 3.10 (#6116)
1 parent b84af5a commit ad7d478

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stubtest-unused-allowlist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
19-
python-version: [3.6, 3.7, 3.8, 3.9, '3.10.0-beta.1']
19+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
2020
fail-fast: false
2121

2222
steps:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
matrix:
114114
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
115115
# Python 3.9.7 is required due to changes to ForwardRef.
116-
python-version: ["3.6", "3.7", "3.8", "3.9.7", "3.10.0-rc.2"]
116+
python-version: ["3.6", "3.7", "3.8", "3.9.7", "3.10"]
117117
fail-fast: false
118118

119119
steps:

0 commit comments

Comments
 (0)