-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat(nox): support Python 3.10 #315
Conversation
Also install ssh & git to workaround flakiness when using this as a CircleCI image. pydata/pydata-google-auth#43
@@ -23,6 +25,9 @@ RUN apt-get update -qy && \ | |||
python3.9 \ | |||
python3.9-dev \ | |||
python3.9-distutils \ | |||
python3.10 \ | |||
python3.10-dev \ | |||
python3.10-distutils \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is needed, but I saw there was one for Python 3.9.
Hi @tswast , did you managed to progress on this topic in the meantime? @TheKevJames Or could this be merged? Thanks in advance! |
Unfortunately, my workaround was to migrate away from this image. I'm using micromamba now and installing the necessary dependencies that way. Edit: I still haven't migrated every repo. The pydata-google-auth repo tests still continue to fail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the incredible delays on this, I've been remiss on my OSS maintenance work. Both the addition of py3.10 and the git/openssh-client adds looks just fine to me. Thanks for the PR!
Also install ssh & git to workaround flakiness when using this as a CircleCI image. pydata/pydata-google-auth#43