Skip to content

Commit b8f8258

Browse files
committed
Update github actions : Remove Python 3.8, 3.9 and add python 3.12
1 parent 1eba2fa commit b8f8258

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
@@ -4,9 +4,9 @@ extensions =
44
mr.developer
55

66
extends =
7-
https://dist.plone.org/release/6.0.4/versions.cfg
8-
https://dist.plone.org/release/6.0.4/versions-ecosystem.cfg
9-
https://dist.plone.org/release/6.0.4/versions-extra.cfg
7+
https://dist.plone.org/release/6.0.14/versions.cfg
8+
https://dist.plone.org/release/6.0.14/versions-ecosystem.cfg
9+
https://dist.plone.org/release/6.0.14/versions-extra.cfg
1010
https://raw.githubusercontent.com/IMIO/buildout.news/main/sources.cfg
1111
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/versions.cfg
1212
https://raw.githubusercontent.com/IMIO/buildout.smartweb/main/sources.cfg

0 commit comments

Comments
 (0)