Skip to content

Commit 920aed0

Browse files
committed
add 6.1.0b1
1 parent e470a80 commit 920aed0

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
11+
python-version: ["3.10", "3.11", "3.12"]
1212

1313
steps:
1414
# git checkout

README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Versions
106106

107107
We support the following versions of Plone:
108108

109+
- `6.1.0b1 <https://raw.githubusercontent.com/starzel/buildout/6.1.0b1/linkto/base.cfg>`_ (Python 3)
109110
- `6.0.13 <https://raw.githubusercontent.com/starzel/buildout/6.0.13/linkto/base.cfg>`_ (Python 3)
110111
- `6.0.12 <https://raw.githubusercontent.com/starzel/buildout/6.0.12/linkto/base.cfg>`_ (Python 3)
111112
- `6.0.11.1 <https://raw.githubusercontent.com/starzel/buildout/6.0.11.1/linkto/base.cfg>`_ (Python 3)

buildout.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[buildout]
22
extends =
3-
https://raw.githubusercontent.com/starzel/buildout/6.0.13/linkto/base.cfg
3+
https://raw.githubusercontent.com/starzel/buildout/6.1.0b1/linkto/base.cfg
44
local.cfg
55
secret.cfg
66
floating_versions_project.cfg

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-r https://dist.plone.org/release/6.0.13/requirements.txt
1+
-r https://dist.plone.org/release/6.1.0b1/requirements.txt

linkto/base.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
extends =
55
pinned_versions.cfg
66
floating_versions.cfg
7-
https://raw.githubusercontent.com/starzel/buildout/master/linkto/hotfixes/6.0.13.cfg
7+
https://raw.githubusercontent.com/starzel/buildout/master/linkto/hotfixes/6.1.0.cfg
88

99
cron-parts =
1010
backup-crontab

linkto/pinned_versions.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[buildout]
22
extends =
3-
https://dist.plone.org/release/6.0.13/versions.cfg
4-
https://dist.plone.org/release/6.0.13/versions-ecosystem.cfg
5-
https://dist.plone.org/release/6.0.13/versions-extra.cfg
3+
https://dist.plone.org/release/6.1.0b1/versions.cfg
4+
https://dist.plone.org/release/6.1.0b1/versions-ecosystem.cfg
5+
https://dist.plone.org/release/6.1.0b1/versions-extra.cfg
66

77
[versions]
88
#

0 commit comments

Comments
 (0)