Skip to content

Commit efbf063

Browse files
authored
Update .github/workflows/test.yml
1 parent 427cdee commit efbf063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# python <3.4 is not available for python-version on linux, but the repo tests do work at the time of this comment
14-
python-version: ["3.4-dev", "3.5-dev", "3.6-dev", "3.7-dev", "3.8-dev", "3.9-dev", "3.10-dev", "3.11-dev", "3.12-dev", "3.13-dev"]
14+
python-version: ["3.4.10", "3.13.5", "3.14-dev"]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)