Skip to content

Commit 54a2c43

Browse files
authored
CI: pin py310-dev version to alpha 7 (#41315)
1 parent d0d8e10 commit 54a2c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python Dev Version
2323
uses: actions/setup-python@v2
2424
with:
25-
python-version: '3.10-dev'
25+
python-version: '3.10.0-alpha.7'
2626

2727
- name: Install dependencies
2828
run: |

0 commit comments

Comments
 (0)