diff --git a/.github/workflows/python-container.yml b/.github/workflows/python-container.yml index 294e602..295cae1 100644 --- a/.github/workflows/python-container.yml +++ b/.github/workflows/python-container.yml @@ -6,7 +6,7 @@ jobs: run-python: runs-on: ubuntu-latest container: - image: python:3.12 + image: python:3.14 steps: - name: Checkout code uses: actions/checkout@v5