diff --git a/.github/workflows/webapp.yml b/.github/workflows/webapp.yml index a3332f4..23edf9f 100644 --- a/.github/workflows/webapp.yml +++ b/.github/workflows/webapp.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v6 - - name: Set up Python 3.11 + - name: Set up Python uses: actions/setup-python@v6 with: - python-version: 3.11 + python-version: 3.13 - name: Install dependencies working-directory: ./provisioning/www/webapp/ run: |