Skip `cattrs` tests on 3.7 (#214)
Temporary workaround for #213 until the tests pass on 3.7 again
diff --git a/.github/workflows/third_party.yml b/.github/workflows/third_party.yml
index cde11c1..4cc7422 100644
--- a/.github/workflows/third_party.yml
+++ b/.github/workflows/third_party.yml
@@ -265,7 +265,9 @@
strategy:
fail-fast: false
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
+ # TODO: add 3.7 back to this matrix when tests pass on 3.7 again
+ # (issue #213)
+ python-version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: ubuntu-latest
timeout-minutes: 60
steps: