GHA CI: Add python 3.13 to test matrix

This commit is contained in:
xavier2k6 2024-08-06 13:06:20 +01:00
parent 8b7e22b699
commit 02a3ff222f

View File

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
steps:
- name: Checkout repository