Skip to content

Commit ce55153

Browse files
committed
Remove Python 3.10 again. Some of the dependencies are apparently not yet ready for the new version
1 parent 667d80c commit ce55153

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: 4
3939
matrix:
40-
python-version: ["3.7", "3.8", "3.9", "3.10.0-alpha.6"]
40+
python-version: ["3.7", "3.8", "3.9"]
4141

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

0 commit comments

Comments
 (0)