Skip to content

Commit 23c3687

Browse files
committed
disable py37
1 parent 94d6d4c commit 23c3687

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
18+
# todo: add testing for py36 and py37 if needed
19+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1920

2021
steps:
2122
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)