-
Notifications
You must be signed in to change notification settings - Fork 157
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
chore: Upgrade the base runtime version (CPython: 3.11.6 -> 3.12.2) #1994
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
achimnol
added
type:maintenance
Maintenance issue.
area:upstream
Issues with root cause from upstream 3rd parties
type:enhance
Enhance component, behavior, internals without user-facing features
platform:general
General platform issues. Most issues are general.
labels
Apr 4, 2024
.deps.md -> 1994.deps.md
I'm going to update https://github.com/lablup/backend.ai-krunner-static-gnu/ as well. |
achimnol
added
the
require:pants-export
Dependencies updated. You need to run `pants export --resolve=python-default` to make it working.
label
Apr 4, 2024
Confirmed working of query-mode code execution ( |
kyujin-cho
pushed a commit
that referenced
this pull request
Apr 4, 2024
…1994) Backported-from: main Backported-to: 24.03
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:infrastructure
Infrastructure-related issues
area:upstream
Issues with root cause from upstream 3rd parties
comp:client
Related to Client component
platform:general
General platform issues. Most issues are general.
require:pants-export
Dependencies updated. You need to run `pants export --resolve=python-default` to make it working.
size:L
100~500 LoC
type:enhance
Enhance component, behavior, internals without user-facing features
type:maintenance
Maintenance issue.
urgency:3
Must be finished within a certain time frame.
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.
resolves #1768.
Highlights of the Python 3.12 new features:
... though we will be able to use them for PRs that won't be backported to 23.09.
Changes
async-timeout
from the krunner's dependencies and upgrade other dependencies to the latestsNotice for fellow developers
After checking out the main branch once merged, run:
and update any editor-specific paths referring the exported virtualenvs, such as
.vim/coc-settings.json
or local VSCode configurations.(e.g.,
dist/export/python/virtualenvs/mypy/3.11.6/bin/mypy
→dist/export/python/virtualenvs/mypy/3.12.2/bin/mypy
)Note
We also need to update
tools/pants-plugins/scie/config.py
's date version of the indygreg build to let our scie-based executable distributions use the latest versions of each Python major releases, as in e1f7a6d.Checklist: (if applicable)