Add support for Python 3.13 and drop support for Python 3.8

This commit is contained in:
Lauri Virtanen
2024-10-12 15:06:51 +03:00
parent 87dd6075f1
commit aa526f4cb3
2 changed files with 3 additions and 3 deletions

View File

@@ -21,11 +21,11 @@ jobs:
- macos-latest
- windows-latest
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
runs-on: ${{ matrix.os }}
defaults: