GHA CI: Add python 3.14 to test matrix

This commit is contained in:
xavier2k6 2024-10-09 11:32:10 +01:00
parent 40d7c52d6e
commit b554c8aa25

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', '3.13-dev']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14-dev']
steps:
- name: Checkout repository