Fix Python 3.7.1 and run more versions in CI#1076
Fix Python 3.7.1 and run more versions in CI#1076hauntsaninja merged 4 commits intopython:masterfrom
Conversation
|
Looks like it's only 3.7.1 :D |
|
The failing test is because python/cpython#9750 wasn't applied to 3.7.1 yet. I don't know how to fix that one without even more monkey patching, and nobody has complained about this directly yet, so I'm going to just skip that test on 3.7.1. |
hauntsaninja
left a comment
There was a problem hiding this comment.
Thanks both for the fast fixes!
Interesting GA doesn't have some of the earlier versions. I assume that's just because they predate GA and not because they remove them.
|
Btw, looks like tests are failing on 3.11, not sure if that's expected |
That was my guess too. Thanks for the merge (and thanks @sobolevn for the initial PR)! |
|
The 3.11 thing is because GH Actions's 3.11 is outdated, so @GBeauregard's fix for P.args equality isn't in yet. It should be OK with the next alpha. |
Fixes python/typing_extensions#19