Skip to content

Commit 32866cd

Browse files
authored
Drop testing under Python 3.9 to fix CI
1 parent f1601de commit 32866cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
os: windows-latest
2222
- python: '3.11'
2323
os: ubuntu-latest
24-
- python: '3.10'
24+
- python: '3.11'
2525
os: macos-latest
26-
- python: '3.9'
26+
- python: '3.10'
2727
os: windows-latest
28-
- python: '3.9'
28+
- python: '3.10'
2929
os: ubuntu-latest
3030
versions: minimal
3131
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)