Skip to content

Commit b63a87b

Browse files
committed
Remove python 3.6 from test suite for now.
The tests fail because of an issue with circular imports which was fixed in python 3.7 (https://bugs.python.org/issue30024)
1 parent 3a96283 commit b63a87b

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.6, 3.7, 3.8, 3.9, 3.10]
40+
python-version: ["3.7", "3.8", "3.9", "3.10"]
4141

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

0 commit comments

Comments
 (0)