Skip to content

Commit 4c2f0a3

Browse files
committed
CI: don't test on 3.6 (unsupported)
1 parent 57ba525 commit 4c2f0a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
# See https://github.com/actions/python-versions/releases for available versions
16-
python-version: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
16+
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
1717

1818
steps:
1919
- name: Checkout

0 commit comments

Comments
 (0)