[chore] Remove support for python 3.9 and bump python versions in runners (#273)

This commit is contained in:
Fabian Joswig 2025-10-19 12:59:20 +02:00 committed by GitHub
commit 85ae9d7563
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ jobs:
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- uses: actions/checkout@v4
- name: Updated documentation
run: |