Skip to content

Commit

Permalink
Leave cattrs out for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Sep 8, 2023
1 parent 8f93763 commit 8324aaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/third_party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 8324aaf

Please sign in to comment.