Skip to content

Commit 09f8457

Browse files
committed
fix: update test workflows to continue supporting Python 3.7 testing
1 parent 354eb4c commit 09f8457

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["3.6"]
20+
python-version: ["3.6", "3.7"]
2121

2222
steps:
2323
- uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
50+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
5151

5252
steps:
5353
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)