diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index cad8cc3c9..b51379621 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -78,7 +78,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6.0.0 with: - python-version: "3.9" + python-version: "3.9 || 3.14" - name: Get Python Version id: get_python_version @@ -112,7 +112,7 @@ jobs: - uses: actions/checkout@v5.0.0 - uses: actions/setup-python@v6 with: - python-version: "3.12" + python-version: "3.12 || 3.14" - name: Download coverage reports uses: actions/download-artifact@v5.0.0 with: @@ -163,7 +163,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6.0.0 with: - python-version: "3.9" + python-version: "3.9 || 3.14" - name: Get Python Version id: get_python_version run: echo "python_version=$(python --version)" >> $GITHUB_OUTPUT