Skip to content

Commit be3cdb0

Browse files
committed
Restrict to Python >=3.9
1 parent 601f9f7 commit be3cdb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest]
9-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
9+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)