Skip to content

Commit f683606

Browse files
author
Patryk Szulczewski
committed
Fix CI and docstring.
1 parent 8ff1558 commit f683606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: true
8888
matrix:
89-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
89+
python-version: ["3.7", "3.8", "3.9", "3.10"]
9090
runs-on: "ubuntu-20.04"
9191
env:
9292
PYTHON_VER: "${{ matrix.python-version }}"

0 commit comments

Comments
 (0)