Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test 6.0 on Python 3.9 instead of 3.8. #377

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions jobs/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,17 @@
python-version: "Python3.11"
- "3.10":
python-version: "Python3.10"
- "3.9":
python-version: "Python3.9"
- "3.8":
python-version: "Python3.8"
browser:
- chrome
exclude:
- plone-version: "6.1"
py: "3.11"
- plone-version: "6.1"
py: "3.9"
- plone-version: "6.1"
py: "3.8"
- plone-version: "6.0"
Expand All @@ -91,6 +95,8 @@
py: "3.12"
- plone-version: "6.0"
py: "3.10"
- plone-version: "6.0"
py: "3.8"
- plone-version: "5.2"
py: "3.13"
- plone-version: "5.2"
Expand All @@ -99,6 +105,8 @@
py: "3.11"
- plone-version: "5.2"
py: "3.10"
- plone-version: "5.2"
py: "3.9"
jobs:
- "pull-request-{plone-version}-{py}"
- "plone-{plone-version}-python-{py}"
Expand All @@ -125,6 +133,8 @@
browser:
- chrome
exclude:
- plone-version: "6.1"
py: "3.13"
- plone-version: "6.1"
py: "3.12"
- plone-version: "6.1"
Expand All @@ -135,6 +145,8 @@
py: "3.13"
- plone-version: "6.0"
py: "3.11"
- plone-version: "6.0"
py: "3.9"
jobs:
- "plone-{plone-version}-python-{py}-scheduled"
- "plone-{plone-version}-python-{py}-robot-{browser}-scheduled"
Expand All @@ -144,8 +156,8 @@
- project:
name: Translations on Plone 6.0 for python 3.x
py:
- "3.8":
python-version: "Python3.8"
- "3.9":
python-version: "Python3.9"
plone-version:
- "6.0"
jobs:
Expand All @@ -169,8 +181,8 @@
buildout: plips/plip-distributions.cfg
branch: "6.1"
py:
- "3.12":
python-version: "Python3.12"
- "3.13":
python-version: "Python3.13"
- "3.10":
python-version: "Python3.10"
jobs:
Expand Down