Skip to content

Commit

Permalink
Test against Plone 6.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Sep 21, 2024
1 parent 92d98e4 commit d37984b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plone-6.0.x.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
https://dist.plone.org/release/6.0.0/versions.cfg
https://dist.plone.org/release/6.0.9/versions.cfg
base.cfg
versions = versions

Expand Down
10 changes: 5 additions & 5 deletions requirements-6.0.x.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# https://dist.plone.org/release/6.0.0/requirements.txt
pip==22.3.1
setuptools==65.5.1
wheel==0.38.4
# https://dist.plone.org/release/6.0.9/requirements.txt
pip==23.3.1
setuptools==69.0.2
wheel==0.42.0
zc.buildout==3.0.1

# Windows specific down here (has to be installed here, fails in buildout)
# Dependency of zope.sendmail:
pywin32 ; platform_system == 'Windows'

# SSL Certs on windows, because Python is missing them otherwise:
certifi ; platform_system == 'Windows'
certifi ; platform_system == 'Windows'

0 comments on commit d37984b

Please sign in to comment.