diff --git a/ci/python-app.yml b/ci/python-app.yml index 5963096c33..45c832938b 100644 --- a/ci/python-app.yml +++ b/ci/python-app.yml @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.10 - uses: actions/setup-python@v3 + - name: Set up Python 3.12 + uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.12" - name: Install dependencies run: | python -m pip install --upgrade pip