Uh oh!
There was an error while loading. Please reload this page.
Run CI on Python 3.11 - #73
Merged
Merged
Conversation
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
ajnelson-nist
marked this pull request as ready for review
October 26, 2022 17:46
ajnelson-nist
commented
Oct 26, 2022
MemberAuthor
This now passes CI. Any second set of eyes may merge this now if this seems appropriate to start doing. |
ajnelson-nist added a commit
to casework/CASE-Implementation-PROV-O
that referenced
this pull request
Nov 10, 2022
As with `case-utils` PR 73. References: * casework/CASE-Utilities-Python#73 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
This file contains hidden or 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
Sign up for freeto 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.
Python 3.11 was released today.
This pull request expands the CI "earliest vs. latest" coverage to go up to 3.11 instead of 3.10.
It looks like some dependencies will need to catch up before CI can take advantage of 3.11, including Github Actions and
rdflib. The CI for this PR should be re-triggered whenever someone thinks the dependencies support 3.11.