diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f31c874..5a5d8db 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: # Run in all these versions of Python - python-version: [3.9, 3.11] + python-version: [3.11, 3.14] steps: # Checkout the latest code from the repo - name: Checkout repo