Skip to content

Commit fdd921a

Browse files
committed
ci: change Python 3.10 version constraint
3.10 final is out so we can use the latest point release.
1 parent b251391 commit fdd921a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- '3.7'
1818
- '3.8'
1919
- '3.9'
20-
- '3.10.0-beta - 3.10.0'
20+
- '3.10'
2121
arch:
2222
- 'x86'
2323
- 'x64'

.github/workflows/typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- '3.7'
1414
- '3.8'
1515
- '3.9'
16-
- '3.10.0-beta - 3.10.0'
16+
- '3.10'
1717
runs-on: 'ubuntu-20.04'
1818
steps:
1919
- name: Set up Python

0 commit comments

Comments
 (0)