Skip to content

Commit ac8b7f2

Browse files
committed
fix test python3.6 not in mac
1 parent 2cf4e3b commit ac8b7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
max-parallel: 3
3232
matrix:
33-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
33+
python-version: ["3.7", "3.8", "3.9", "3.10"]
3434

3535
steps:
3636
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)