Upgrade to Python 3.13 in CI

This commit is contained in:
Emmanuel Engelhart 2025-06-09 09:30:45 +02:00
parent e652c50546
commit 24bf9932fe
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -18,10 +18,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup python 3.8
- name: Setup python 3.13
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.13'
- name: Install packages
run: |