Upgrade python versions in CI

This commit is contained in:
Raphael Michel
2026-03-18 07:52:12 +01:00
committed by Richard Schreiber
parent 47a6dedf5e
commit d2b128a5b3
5 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
name: Packaging
strategy:
matrix:
python-version: ["3.11"]
python-version: ["3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}