-
-
Couldn't load subscription status.
- Fork 13.2k
charmcraft 4.0.1 #249934
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
base: main
Are you sure you want to change the base?
charmcraft 4.0.1 #249934
Conversation
|
3f0f0cc to
4ec7255
Compare
charmcraft: downgrade to py3.13 Signed-off-by: Rui Chen <[email protected]>
4ec7255 to
27b8c87
Compare
|
Looks like only linux tests failed, gonna file an upstream report. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
| resource "pydantic" do | ||
| url "https://files.pythonhosted.org/packages/3c/a7/d0d7b3c128948ece6676a6a21b9036e3ca53765d35052dbcc8c303886a44/pydantic-2.12.1.tar.gz" | ||
| sha256 "0af849d00e1879199babd468ec9db13b956f6608e9250500c1a9d69b6a62824e" | ||
| url "https://files.pythonhosted.org/packages/8d/35/d319ed522433215526689bad428a94058b6dd12190ce7ddd78618ac14b28/pydantic-2.12.2.tar.gz" |
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.
Likewise it would be preferable to keep these external dependencies in sync with the uv.lock file in the main repo
| depends_on "libyaml" | ||
| depends_on "pygit2" => :no_linkage | ||
| depends_on "python@3.14" | ||
| depends_on "python@3.13" # craft-cli not yet compatible with py3.14, https://github.com/canonical/craft-cli/issues/360 |
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.
Honestly it's probably for the best if you keep this in sync with the snap, since that's where charmcraft is most widely tested. That would mean Python 3.12 until we upgrade the snap to the core26 base sometime next year (at which point it would be 3.14).
Created by
brew bumpCreated with
brew bump-formula-pr.