Skip to content

Commit

Permalink
Run Plone 6.0 Python 3.13 as core job.
Browse files Browse the repository at this point in the history
Core jobs would be (ignoring 5.2):

* 6.0: 3.9 and 3.13
* 6.1: 3.10 and 3.13

Core schedules would be:

* 6.0: 3.10, 3.11, 3.12
* 6.1: 3.11 and 3.12

See #377 (comment)
  • Loading branch information
mauritsvanrees committed Dec 16, 2024
1 parent c8cecfb commit af0cbc9
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions jobs/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,18 @@
browser:
- chrome
exclude:
- plone-version: "6.1"
py: "3.12"
- 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"
py: "3.13"
- plone-version: "6.0"
py: "3.12"
- plone-version: "6.0"
py: "3.11"
- plone-version: "6.0"
py: "3.10"
- plone-version: "6.0"
Expand Down Expand Up @@ -120,33 +122,17 @@
- "6.1"
- "6.0"
py:
- "3.13":
python-version: "Python3.13"
- "3.12":
python-version: "Python3.12"
- "3.11":
python-version: "Python3.11"
- "3.10":
python-version: "Python3.10"
- "3.9":
python-version: "Python3.9"
browser:
- chrome
exclude:
- plone-version: "6.1"
py: "3.13"
- plone-version: "6.1"
py: "3.12"
- plone-version: "6.1"
py: "3.10"
- plone-version: "6.1"
py: "3.9"
- plone-version: "6.0"
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 Down

0 comments on commit af0cbc9

Please sign in to comment.