Skip to content

Commit

Permalink
Use zc.buildout = 2.13.8
Browse files Browse the repository at this point in the history
That should fix the error 'python310' undefined on Plone 6.
  • Loading branch information
mauritsvanrees committed Sep 16, 2022
1 parent ec867fc commit 64496e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ collective.revisionmanager =

# buildout stuff, probably good to have at least these ones the same in all Plone versions for GitHub Actions.
setuptools = 42.0.2
zc.buildout = 2.13.7
zc.buildout = 2.13.8
zc.recipe.egg = 2.0.7
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
setuptools==42.0.2
zc.buildout==2.13.7
zc.buildout==2.13.8

0 comments on commit 64496e5

Please sign in to comment.