add Python 3.13 to the CI workflow matrix

This commit is contained in:
gnzng
2025-11-10 12:50:59 -08:00
parent e94499a6a4
commit 5a3e154e8d
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
continue-on-error: true
steps: