diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml index 267aeed..9ed1bed 100644 --- a/.github/workflows/headers.yml +++ b/.github/workflows/headers.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.12' - name: Create virtual environment run: python -m venv .venv