Skip to content

Commit 9cc0423

Browse files
committed
CI: don't test on 3.7 (unsupported by uv)
1 parent 4dd9b7f commit 9cc0423

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.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
16+
python-version: [ "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)