Skip to content

Commit 2be9ae4

Browse files
committed
Using python 3.10 alpha version
1 parent b63a87b commit 2be9ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
max-parallel: 3
3939
matrix:
40-
python-version: ["3.7", "3.8", "3.9", "3.10"]
40+
python-version: ["3.7", "3.8", "3.9", "3.10.0-alpha.6"]
4141

4242
steps:
4343
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)