diff --git a/.github/workflows/python_runtime_contract.yml b/.github/workflows/python_runtime_contract.yml index 94c0fef..6d1cb76 100644 --- a/.github/workflows/python_runtime_contract.yml +++ b/.github/workflows/python_runtime_contract.yml @@ -23,7 +23,8 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.10', '3.11', '3.12'] + # The versions README.md tells users to run + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] steps: - name: Checkout code