From 8324aafb0bbdc90fe80ea8ecd60a095f1fb54d0c Mon Sep 17 00:00:00 2001 From: AlexWaygood Date: Fri, 8 Sep 2023 18:35:26 +0100 Subject: [PATCH] Leave cattrs out for now --- .github/workflows/third_party.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml index 38c1f960..b318e333 100644 --- a/.github/workflows/third_party.yml +++ b/.github/workflows/third_party.yml @@ -314,7 +314,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9"] + python-version: ["3.8", "3.9", "3.10", "3.11", "pypy3.9"] runs-on: ubuntu-latest timeout-minutes: 60 steps: @@ -330,7 +330,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - allow-prereleases: true - name: Install pdm for cattrs run: pip install pdm - name: Add latest typing-extensions as a dependency