-
Notifications
You must be signed in to change notification settings - Fork 124
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
Update cryptol-remote-api to Python 3.12 #1660
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unlocking requests, urllib3, types-requests in the toml file to create a new lock file with the intent of being 3.12 compatible.
mccleeary-galois
temporarily deployed
to
github-pages
May 15, 2024 03:22 — with
GitHub Actions
Inactive
Thanks for working on this! Regarding the
|
Also updating mypy to 3.12 and re running poetry lock
mccleeary-galois
temporarily deployed
to
github-pages
May 15, 2024 14:09 — with
GitHub Actions
Inactive
mccleeary-galois
temporarily deployed
to
github-pages
May 15, 2024 14:32 — with
GitHub Actions
Inactive
mccleeary-galois
temporarily deployed
to
github-pages
May 15, 2024 14:37 — with
GitHub Actions
Inactive
RyanGlScott
reviewed
May 15, 2024
mccleeary-galois
temporarily deployed
to
github-pages
May 15, 2024 15:01 — with
GitHub Actions
Inactive
mccleeary-galois
temporarily deployed
to
github-pages
May 15, 2024 15:08 — with
GitHub Actions
Inactive
mccleeary-galois
changed the title
Rem/fix 1653/fix 1645
Update cryptol-remote-api to Python 3.12
May 15, 2024
RyanGlScott
reviewed
May 15, 2024
mccleeary-galois
temporarily deployed
to
github-pages
May 15, 2024 15:25 — with
GitHub Actions
Inactive
…default python version.
Additional clarity around python version official support and docker images. Co-authored-by: Ryan Scott <[email protected]>
mccleeary-galois
force-pushed
the
rem/fix-1653/fix-1645
branch
from
May 15, 2024 16:46
c88c106
to
5d3335b
Compare
mccleeary-galois
temporarily deployed
to
github-pages
May 15, 2024 16:46 — with
GitHub Actions
Inactive
RyanGlScott
approved these changes
May 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #1653 Fix #1645
This PR also bumps cryptol-remote-api to python 3.12. Added a note in the cryptol-remote-api readme for supported python versions.