Update python versions in pipeline

This commit is contained in:
2025-12-07 23:08:18 +01:00
parent f655900411
commit 1b769da553

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: ['3.12', '3.13']
python-version: ['3.13', '3.14']
steps:
- uses: actions/checkout@v3