Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run CI on 3.9.5 #1887

Merged
merged 2 commits into from Oct 6, 2021
Merged

Run CI on 3.9.5 #1887

merged 2 commits into from Oct 6, 2021

Conversation

tomchristie
Copy link
Member

@tomchristie tomchristie commented Oct 6, 2021

Asyncio on Python 3.9.7 has some grubby bug that's causing our CI to hang.

I don't really understand the interaction there, but right now I don't really care either, I'd just like to see the tests running properly. I'm assuming that a `"3.9.5" specifier here will do what we'd expect, but let's find out, eh?

Some things that'd be useful...

  • Doc'ing up exactly what the 3.9 CPython asyncio bug is and why it's causing our tests to hang.
  • Where does GitHub document which versions are available on it's CI platform?

Anyone's want to chime in on these in this thread?

@tomchristie
Copy link
Member Author

I think the valid Python versions are listed here... https://github.com/actions/python-versions

@sondrelg
Copy link

sondrelg commented Oct 6, 2021

@tomchristie tomchristie changed the title Run CI on 3.9.6 Run CI on 3.9.5 Oct 6, 2021
@tomchristie
Copy link
Member Author

cough 3.9.5

@tomchristie tomchristie merged commit 1752e4d into master Oct 6, 2021
@tomchristie tomchristie deleted the tomchristie-patch-1 branch October 6, 2021 08:46
@tomchristie
Copy link
Member Author

Right, once 3.9.8 is available, let's give that a try and switch back to a plain "3.9" if it's working okay again then.
None of that jankiness is anything to do with httpx, but it would still be useful to comprehensively understand why the behaviour was hanging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants