Skip to content

Commit 1b7b95c

Browse files
committed
Use python 3.10 in check-release
1 parent 5721231 commit 1b7b95c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check Release
1+
: Check Release
22
on:
33
push:
44
branches: ["main"]
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
group: [check_release, link_check]
18-
python-version: ["3.9"]
18+
python-version: ["3.10"]
1919
node-version: ["14.x"]
2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)