Skip to content

Commit 4e614c3

Browse files
authored
ci: remove python 3.7 and 3.8 from test
These versions are past end-of-life support
1 parent 921dfb2 commit 4e614c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
54-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
54+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5555

5656
steps:
5757
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)