Skip to content
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

Plone 6.0.14 and 6.1.0b2 are out with Python 3.13 support. #1823

Merged
merged 6 commits into from
Dec 20, 2024

Conversation

mauritsvanrees
Copy link
Member

@mauritsvanrees mauritsvanrees commented Dec 20, 2024

Marked as draft PR, because the plone-backend Docker images are not ready yet.


📚 Documentation preview 📚: https://plone6--1823.org.readthedocs.build/

docs/conf.py Outdated Show resolved Hide resolved
docs/conf.py Show resolved Hide resolved
stevepiercy and others added 2 commits December 20, 2024 04:22
With the current PLONE_BACKEND_PATCH_VERSION the example actually contained no version conflict. :-)
@mauritsvanrees
Copy link
Member Author

I saw one place where we were already using PLONE_BACKEND_PATCH_VERSION and we actually should not:

https://plone6--1823.org.readthedocs.build/conceptual-guides/package-management.html#manage-backend-python-packages

It has this example of an unresolvable version conflict:

# constraints.txt with unresolvable version conflict
-c https://dist.plone.org/release/6.0.14/constraints.txt
plone.api>=2.0.0a3

But that is actually not a conflict! The plone.api version in the 6.0.14 constraints (and actually already in 6.0.0) is higher than 2.0.0a3, so there is no conflict.

I have pushed a commit to use different versions, which are fine to be hardcoded:

-c https://dist.plone.org/release/6.0.9/constraints.txt
plone.api>=2.1.0

Ah, the preview has just updated.

@mauritsvanrees
Copy link
Member Author

I will mark this as ready for review/merge now, as the Docker images are ready.

@mauritsvanrees mauritsvanrees marked this pull request as ready for review December 20, 2024 12:51
docs/conceptual-guides/package-management.md Show resolved Hide resolved
docs/conf.py Outdated Show resolved Hide resolved
Copy link
Contributor

@stevepiercy stevepiercy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will merge when green.

@stevepiercy stevepiercy merged commit b68b6ae into 6.0 Dec 20, 2024
3 checks passed
@stevepiercy stevepiercy deleted the maurits-new-plone-releases branch December 20, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants