Skip to content

Commit

Permalink
add 6.1.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Sep 6, 2024
1 parent 224911a commit aeef82a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
# git checkout
Expand Down
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Versions

We support the following versions of Plone:

- `6.1.0a5 <https://raw.githubusercontent.com/starzel/buildout/6.1.0a5/linkto/base.cfg>`_ (Python 3)
- `6.0.13 <https://raw.githubusercontent.com/starzel/buildout/6.0.13/linkto/base.cfg>`_ (Python 3)
- `6.0.12 <https://raw.githubusercontent.com/starzel/buildout/6.0.12/linkto/base.cfg>`_ (Python 3)
- `6.0.11.1 <https://raw.githubusercontent.com/starzel/buildout/6.0.11.1/linkto/base.cfg>`_ (Python 3)
Expand Down
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[buildout]
extends =
https://raw.githubusercontent.com/starzel/buildout/6.0.13/linkto/base.cfg
https://raw.githubusercontent.com/starzel/buildout/6.1.0a5/linkto/base.cfg
local.cfg
secret.cfg
floating_versions_project.cfg
Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-r https://dist.plone.org/release/6.0.13/requirements.txt
-r https://dist.plone.org/release/6.1.0a5/requirements.txt
2 changes: 1 addition & 1 deletion linkto/base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
extends =
pinned_versions.cfg
floating_versions.cfg
https://raw.githubusercontent.com/starzel/buildout/master/linkto/hotfixes/6.0.13.cfg
https://raw.githubusercontent.com/starzel/buildout/master/linkto/hotfixes/6.1.0.cfg

cron-parts =
backup-crontab
Expand Down
6 changes: 6 additions & 0 deletions linkto/hotfixes/6.1.0.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[buildout]

eggs +=


[versions]
6 changes: 3 additions & 3 deletions linkto/pinned_versions.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[buildout]
extends =
https://dist.plone.org/release/6.0.13/versions.cfg
https://dist.plone.org/release/6.0.13/versions-ecosystem.cfg
https://dist.plone.org/release/6.0.13/versions-extra.cfg
https://dist.plone.org/release/6.1.0a5/versions.cfg
https://dist.plone.org/release/6.1.0a5/versions-ecosystem.cfg
https://dist.plone.org/release/6.1.0a5/versions-extra.cfg

[versions]
#
Expand Down

0 comments on commit aeef82a

Please sign in to comment.