There was an error while loading. Please reload this page.
1 parent 4345693 commit c9fe996Copy full SHA for c9fe996
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
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"]
+ python-version: ["3.12", "3.13"]
12
steps:
13
- uses: actions/checkout@v4
14
- name: Set up Python ${{ matrix.python-version }}
0 commit comments