Skip to content

Commit 1587566

Browse files
committed
drop Python 3.9 support
1 parent 63f9255 commit 1587566

3 files changed

Lines changed: 13 additions & 405 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fail-fast: true
2626
matrix:
2727
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
28-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
28+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2929
steps:
3030
- uses: actions/checkout@v3
3131
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)