From e2c6f3e776b28c8cc33e6bdcc5ae40152ad604f3 Mon Sep 17 00:00:00 2001 From: Martin Fitzner Date: Wed, 28 Feb 2024 16:05:45 +0100 Subject: [PATCH] Fix action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68c2ebd964..ad2655f596 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - with: {python-version: "3.2} + with: {python-version: "3.12"} - name: Build Docs run: | pip install tox