Skip to content

Commit 7c4bc2e

Browse files
authored
Skip cattrs tests on 3.7 (#214)
Temporary workaround for #213 until the tests pass on 3.7 again
1 parent d95cc22 commit 7c4bc2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ jobs:
265265
strategy:
266266
fail-fast: false
267267
matrix:
268-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
268+
# TODO: add 3.7 back to this matrix when tests pass on 3.7 again
269+
# (issue #213)
270+
python-version: ["3.8", "3.9", "3.10", "3.11"]
269271
runs-on: ubuntu-latest
270272
timeout-minutes: 60
271273
steps:

0 commit comments

Comments
 (0)