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

Checkout Zope and try Python 3.13. [Don't merge] #956

Closed
wants to merge 4 commits into from

Conversation

mauritsvanrees
Copy link
Member

Zope has declared Python 3.13 compatibility so let's see how Plone fares.

@mauritsvanrees
Copy link
Member Author

I already see one error due to some new version pin:

File "...plone.base-2.0.1-py3.10.egg/plone/base/tests/messages.rst", line 39, in messages.rst
Failed example:
    msg.mapping
Expected:
    {'name': 'Plone'}
Got:
    mappingproxy({'name': 'Plone'})

@mauritsvanrees
Copy link
Member Author

@jenkins-plone-org please run jobs

In the changelog of the not yet released 11.0.0 I see:

* Drop support for Python 3.8.
* Add support for Python 3.13.

I see that last change is just to make it official, so no actual code changes.
@mauritsvanrees
Copy link
Member Author

Some newer pins are needed for Python 3.13, mostly so that binary wheels are available instead of needing to compile source distributions for packages with C/Rust code. But in general I want to upgrade versions again, though the robotframework ones may be tricky again.

First:

  • That test failure on Python 3.10 in plone.base should be fixed. Seems just an easy fix in the test itself at first glance.
  • And Zope 5.11 is actually out now, so we should use that.

Those two can be done first. Python 3.13 can happen later. It was just a quick try.
Moving on to other work for the moment.

@mauritsvanrees
Copy link
Member Author

We are using the released Zope 5.11 now.

@mauritsvanrees mauritsvanrees deleted the maurits-co-zope-october branch October 22, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant