Skip to content

Commit c9fe996

Browse files
authored
Update ci.yml
1 parent 4345693 commit c9fe996

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest] # note mac-latest tests fail due to slight differences in images
11-
python-version: ["3.11", "3.12", "3.13"]
11+
python-version: ["3.12", "3.13"]
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)