Add support for Python 3.13

This commit is contained in:
Val Lorentz
2025-08-31 12:03:11 +02:00
parent 98ae2fca7d
commit fdf74c9210
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4