We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4300b commit fb8de8dCopy full SHA for fb8de8d
1 file changed
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
strategy:
67
fail-fast: false
68
matrix:
69
- python-version: ['3.11', '3.12', '3.13']
+ python-version: ['3.10', '3.11', '3.12', '3.13']
70
plone-version: ['6.2-latest', '6.1-latest', '6.0-latest']
71
env:
72
PYTHON_VERSION: ${{ matrix.python-version }}
0 commit comments