Commit 444e7a8b authored by Jason Madden's avatar Jason Madden

3.11 crashed on CI with infinite recursion in _ssl3.py Maybe 3.10?

We used to have this problem, but once again, I don't reproduce it on my mac.
parent 1a55d53e
......@@ -225,7 +225,7 @@ jobs:
ccache -s
- name: Lint
if: matrix.python-version == '3.11' && startsWith(runner.os, 'Linux')
if: matrix.python-version == '3.10' && startsWith(runner.os, 'Linux')
# We only need to do this on one version.
# We do this here rather than a separate job to avoid the compilation overhead.
# TODO: Revisit this when we have caching of that part.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment