Skip to content

Commit cb6cc14

Browse files
cclaussjohn-hen
authored andcommitted
Drop unsupported versions of Python
1 parent 68af1c3 commit cb6cc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
strategy:
3737
matrix:
38-
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
38+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
3939

4040
runs-on: ubuntu-latest
4141

0 commit comments

Comments
 (0)