Skip to content

Commit e7de124

Browse files
GitHub Actions doesn't currently support Python 3.6 or 3.12, at least on ubuntu-latest.
I can improve on this later.
1 parent 938f12b commit e7de124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clh_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1717

1818

1919
steps:

0 commit comments

Comments
 (0)