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
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/run-buildout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
os:
- ubuntu-latest
- windows-latest
Expand Down
1 change: 1 addition & 0 deletions checkouts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ auto-checkout =
plone.app.upgrade
Products.CMFPlone
# These packages are manually added, or automatically added by mr.roboto:
Zope
plone.restapi
plone.app.dexterity
plone.staticresources
Expand Down
6 changes: 3 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jeepney==0.8.0
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
keyring==25.4.1
lxml==5.2.1
lxml==5.3.0
lxml-html-clean==0.1.1
manuel==1.12.4
Markdown==3.5.2
Expand All @@ -195,7 +195,7 @@ outcome==1.3.0post0
overrides==7.7.0
pep440==0.1.2
piexif==1.1.3
Pillow==10.2.0
Pillow==10.4.0
pkginfo==1.10.0
pluggy==1.5.0
prompt-toolkit==2.0.10
Expand Down Expand Up @@ -227,7 +227,7 @@ robotframework-selenium2library==3.0.0
robotframework-selenium2screenshots==0.8.1
robotframework-seleniumlibrary==6.1.3
robotframework-seleniumtestability==2.1.0
rpds-py==0.13.2
rpds-py==0.20.0
SecretStorage==3.3.3
selenium==4.9.1
sgmllib3k==1.0.0
Expand Down
10 changes: 5 additions & 5 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# Note: version pins in this file should only be removed in a new minor version of Plone.

# Based on latest development Zope:
# extends = https://raw.githubusercontent.com/zopefoundation/Zope/master/versions.cfg
extends = https://raw.githubusercontent.com/zopefoundation/Zope/master/versions.cfg
# Based on released Zope:
extends = https://zopefoundation.github.io/Zope/releases/5.10/versions.cfg
# extends = https://zopefoundation.github.io/Zope/releases/5.10/versions.cfg


[versions]
Expand Down Expand Up @@ -217,7 +217,7 @@ jeepney = 0.8.0
jsonschema = 4.21.1
jsonschema-specifications = 2023.12.1
keyring = 25.4.1
lxml = 5.2.1
lxml = 5.3.0
lxml-html-clean = 0.1.1
manuel = 1.12.4
Markdown = 3.5.2
Expand All @@ -231,7 +231,7 @@ outcome = 1.3.0post0
overrides = 7.7.0
pep440 = 0.1.2
piexif = 1.1.3
Pillow = 10.2.0
Pillow = 10.4.0
pkginfo = 1.10.0
pluggy = 1.5.0
prompt-toolkit = 2.0.10
Expand Down Expand Up @@ -265,7 +265,7 @@ robotframework-selenium2library = 3.0.0
robotframework-selenium2screenshots = 0.8.1
robotframework-seleniumlibrary = 6.1.3
robotframework-seleniumtestability = 2.1.0
rpds-py = 0.13.2
rpds-py = 0.20.0
SecretStorage = 3.3.3
selenium = 4.9.1
sgmllib3k = 1.0.0
Expand Down
Loading