bump python version

This commit is contained in:
Duncan Tourolle 2025-11-27 22:03:06 +01:00
parent 35b740496d
commit 40e709a29a

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.11', '3.12', '3.13', '3.14']
steps:
- name: Checkout code