Skip to content

Commit a6d95a1

Browse files
authored
add plone 6.2 support, remove python 3.10 (#90)
* add plone 6.2 support, remove python 3.10 * changelog
1 parent 7b6ddeb commit a6d95a1

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
env:
77
PYTHON_VERSION: "3.12"
8-
PLONE_VERSION: "6.1.1"
8+
PLONE_VERSION: "6.1.4"
99
KEYCLOAK_VERSION: "22.0.0"
1010

1111
jobs:
@@ -66,8 +66,8 @@ jobs:
6666
strategy:
6767
fail-fast: false
6868
matrix:
69-
python-version: ['3.10', '3.11', '3.12', '3.13']
70-
plone-version: ['6.1-latest', '6.0-latest']
69+
python-version: ['3.11', '3.12', '3.13']
70+
plone-version: ['6.2-latest', '6.1-latest', '6.0-latest']
7171
env:
7272
PYTHON_VERSION: ${{ matrix.python-version }}
7373
PLONE_VERSION: ${{ matrix.plone-version }}

news/90.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add plone 6.2 support, remove python 3.10

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
description = "OIDC support for Plone sites"
99
readme = "README.md"
1010
license = "GPL-2.0-only"
11-
requires-python = ">=3.10"
11+
requires-python = ">=3.11"
1212
authors = [
1313
{ name = "Mauro Amico", email = "mauro.amico@gmail.com" },
1414
{ name = "Érico Andrei", email = "ericof@plone.org" },
@@ -29,8 +29,8 @@ classifiers = [
2929
"Framework :: Plone :: Addon",
3030
"Framework :: Plone :: 6.0",
3131
"Framework :: Plone :: 6.1",
32+
"Framework :: Plone :: 6.2",
3233
"Programming Language :: Python",
33-
"Programming Language :: Python :: 3.10",
3434
"Programming Language :: Python :: 3.11",
3535
"Programming Language :: Python :: 3.12",
3636
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)