1 parent 4dd9b7f commit 9cc0423Copy full SHA for 9cc0423
1 file changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
# 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" ]
+ python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ]
17
18
steps:
19
- name: Checkout
0 commit comments