Add support for Python 3.13

This commit is contained in:
Hugo van Kemenade 2024-12-21 15:45:35 +02:00
commit 7d4adfce3f
3 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu, macos, windows]
python: ["3.10", "3.11", "3.12"]
python: ["3.10", "3.11", "3.12", "3.13"]
include:
- os: ubuntu
python: "3.8"