Skip to content

Commit ee4dd7d

Browse files
committed
drop Python 3.8 support
1 parent 8f97139 commit ee4dd7d

File tree

3 files changed

+206
-293
lines changed

3 files changed

+206
-293
lines changed

.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.8", "3.9", "3.10", "3.11"]
28+
python-version: ["3.9", "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)