Skip to content

Commit 5b2f2e4

Browse files
committed
Update github actions : Remove Python 3.8, 3.9 and add python 3.12
1 parent 31d140e commit 5b2f2e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/plone-package-test-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: gha-runners-smartweb
2626
strategy:
2727
matrix:
28-
python-version: [3.8, 3.9, '3.10']
28+
python-version: ['3.10', '3.12']
2929
steps:
3030
- name: Checkout codebase
3131
uses: actions/checkout@v4

base.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ extensions =
66
sources-dir = devel
77

88
extends =
9-
https://dist.plone.org/release/6.0.4/versions.cfg
10-
https://dist.plone.org/release/6.0.4/versions-ecosystem.cfg
11-
https://dist.plone.org/release/6.0.4/versions-extra.cfg
9+
https://dist.plone.org/release/6.0.14/versions.cfg
10+
https://dist.plone.org/release/6.0.14/versions-ecosystem.cfg
11+
https://dist.plone.org/release/6.0.14/versions-extra.cfg
1212
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/versions.cfg
1313
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/sources.cfg
1414

0 commit comments

Comments
 (0)