Skip to content

Commit 96a1e88

Browse files
committed
Stop testing unavailable and EOL Python 3.5
1 parent 68186b6 commit 96a1e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
fail-fast: false
4646
matrix:
47-
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.13"]
47+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.13"]
4848

4949
steps:
5050
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)