-
Notifications
You must be signed in to change notification settings - Fork 32
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
python 3.11 support + expand python versions tested in CI #737
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
Something going on with |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #737 +/- ##
=======================================
Coverage 88.12% 88.12%
=======================================
Files 44 44
Lines 3562 3563 +1
=======================================
+ Hits 3139 3140 +1
Misses 423 423 ☔ View full report in Codecov by Sentry. |
Looks like montydb is a blocker for python 3.11 support at the moment. |
rkingsbury
changed the title
Misc. CI and linting updates
Expand CI test coverage; drop python 3.7, add python 3.11 support
Jun 8, 2023
rkingsbury
changed the title
Expand CI test coverage; drop python 3.7, add python 3.11 support
python 3.11 support + expand python versions tested in CI
Jun 8, 2023
rkingsbury
added
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update Github_actions code
labels
Jun 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update Github_actions code
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.
numpy
to 1.23 to enable python 3.11 supportmontdb
to 2.5.0 to enable python 3.11 supportNote: Per NEP 29, we are past the Python 3.7 support window, but since we are still supporting python 3.7 (it's not causing any problems); we should leave it in the CI test matrix.