-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Branch: refs/heads/main Date: 2025-01-07T21:29:06+01:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.api@d1b3dbf fix(ci): drop python 3.8 Files changed: M .github/workflows/plone_python.yml Repository: plone.api Branch: refs/heads/main Date: 2025-01-07T21:40:33+01:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.api@ae38e69 Merge pull request #553 from plone/gforcada-patch-1 fix(ci): drop python 3.8 Files changed: M .github/workflows/plone_python.yml
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
Repository: plone.formwidget.recurrence | ||
Repository: plone.api | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2025-01-07T19:33:11+01:00 | ||
Branch: refs/heads/main | ||
Date: 2025-01-07T21:29:06+01:00 | ||
Author: Gil Forcada Codinachs (gforcada) <[email protected]> | ||
Commit: https://github.com/plone/plone.formwidget.recurrence/commit/b401c0f7fdfbfb40f38ab190f7ba10207e55701d | ||
Commit: https://github.com/plone/plone.api/commit/d1b3dbfc53dae414124decc525bfca2d3d910e1a | ||
|
||
fix(ci): drop python 3.8 | ||
|
||
Files changed: | ||
M .github/workflows/plone-package-test.yml | ||
M .github/workflows/plone_python.yml | ||
|
||
b'diff --git a/.github/workflows/plone-package-test.yml b/.github/workflows/plone-package-test.yml\nindex 923b514..4e7c2cc 100644\n--- a/.github/workflows/plone-package-test.yml\n+++ b/.github/workflows/plone-package-test.yml\n@@ -12,7 +12,6 @@ jobs:\n fail-fast: false\n matrix:\n python:\n- - "3.8"\n - "3.9"\n - "3.10"\n - "3.11"\n' | ||
b'diff --git a/.github/workflows/plone_python.yml b/.github/workflows/plone_python.yml\nindex 30430e84..d34731d1 100644\n--- a/.github/workflows/plone_python.yml\n+++ b/.github/workflows/plone_python.yml\n@@ -16,7 +16,7 @@ jobs:\n strategy:\n fail-fast: false\n matrix:\n- python-version: ["3.8", "3.9", "3.10", "3.11"]\n+ python-version: ["3.9", "3.10", "3.11"]\n plone-version: ["6.0"]\n \n steps:\n' | ||
|
||
Repository: plone.formwidget.recurrence | ||
Repository: plone.api | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2025-01-07T19:37:43+01:00 | ||
Branch: refs/heads/main | ||
Date: 2025-01-07T21:40:33+01:00 | ||
Author: Gil Forcada Codinachs (gforcada) <[email protected]> | ||
Commit: https://github.com/plone/plone.formwidget.recurrence/commit/51b591692bd42ce861ecce6fa91deca9c3db0984 | ||
Commit: https://github.com/plone/plone.api/commit/ae38e69b7ab17ac984e50ecc95cb234d41f06afd | ||
|
||
Merge pull request #56 from plone/gforcada-patch-1 | ||
Merge pull request #553 from plone/gforcada-patch-1 | ||
|
||
fix(ci): drop python 3.8 | ||
|
||
Files changed: | ||
M .github/workflows/plone-package-test.yml | ||
M .github/workflows/plone_python.yml | ||
|
||
b'diff --git a/.github/workflows/plone-package-test.yml b/.github/workflows/plone-package-test.yml\nindex 923b514..4e7c2cc 100644\n--- a/.github/workflows/plone-package-test.yml\n+++ b/.github/workflows/plone-package-test.yml\n@@ -12,7 +12,6 @@ jobs:\n fail-fast: false\n matrix:\n python:\n- - "3.8"\n - "3.9"\n - "3.10"\n - "3.11"\n' | ||
b'diff --git a/.github/workflows/plone_python.yml b/.github/workflows/plone_python.yml\nindex 30430e84..d34731d1 100644\n--- a/.github/workflows/plone_python.yml\n+++ b/.github/workflows/plone_python.yml\n@@ -16,7 +16,7 @@ jobs:\n strategy:\n fail-fast: false\n matrix:\n- python-version: ["3.8", "3.9", "3.10", "3.11"]\n+ python-version: ["3.9", "3.10", "3.11"]\n plone-version: ["6.0"]\n \n steps:\n' | ||
|