ci: add tests for 3.13

This commit is contained in:
ljnsn 2025-05-09 01:56:19 +02:00
parent 7cd083109c
commit e473b72ba0
No known key found for this signature in database
GPG Key ID: 56FA44C04555E6DD
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
fail-fast: false
steps: