-
-
Notifications
You must be signed in to change notification settings - Fork 75
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: 2024-02-27T20:48:22-08:00 Author: Wesley Barroso Lopes (wesleybl) <[email protected]> Commit: plone/plone.restapi@1771c9c Use last version of Python 3.12 in tests (#1756) python/cpython#113267 has been fixed. Files changed: A news/1740.internal M .github/workflows/tests.yml
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 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,16 +1,18 @@ | ||
Repository: plone.app.upgrade | ||
Repository: plone.restapi | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2024-02-27T18:53:41+01:00 | ||
Author: Maurits van Rees (mauritsvanrees) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.upgrade/commit/93157548a8b616b44e8fcc31f215806df7648863 | ||
Branch: refs/heads/main | ||
Date: 2024-02-27T20:48:22-08:00 | ||
Author: Wesley Barroso Lopes (wesleybl) <[email protected]> | ||
Commit: https://github.com/plone/plone.restapi/commit/1771c9c43b63dd0a6b29ab1339b6e8d6330876ab | ||
|
||
Added upgrade to 6102, Plone 6.1.0a3. | ||
Use last version of Python 3.12 in tests (#1756) | ||
|
||
https://github.com/python/cpython/issues/113267 has been fixed. | ||
|
||
Files changed: | ||
A news/6102.internal | ||
M plone/app/upgrade/v61/configure.zcml | ||
A news/1740.internal | ||
M .github/workflows/tests.yml | ||
|
||
b'diff --git a/news/6102.internal b/news/6102.internal\nnew file mode 100644\nindex 00000000..61d83ace\n--- /dev/null\n+++ b/news/6102.internal\n@@ -0,0 +1,2 @@\n+Added upgrade to 6102, Plone 6.1.0a3.\n+[maurits]\ndiff --git a/plone/app/upgrade/v61/configure.zcml b/plone/app/upgrade/v61/configure.zcml\nindex 2d4697e3..efa0ff02 100644\n--- a/plone/app/upgrade/v61/configure.zcml\n+++ b/plone/app/upgrade/v61/configure.zcml\n@@ -21,7 +21,19 @@\n source="6100"\n destination="6101"\n >\n- <!-- Plone 6.1.0a1 -->\n+ <!-- Plone 6.1.0a2 -->\n+ <gs:upgradeStep\n+ title="Miscellaneous"\n+ handler="..utils.null_upgrade_step"\n+ />\n+ </gs:upgradeSteps>\n+\n+ <gs:upgradeSteps\n+ profile="Products.CMFPlone:plone"\n+ source="6101"\n+ destination="6102"\n+ >\n+ <!-- Plone 6.1.0a3 -->\n <gs:upgradeStep\n title="Miscellaneous"\n handler="..utils.null_upgrade_step"\n' | ||
b'diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml\nindex d677545c98..ebaa5eaa61 100644\n--- a/.github/workflows/tests.yml\n+++ b/.github/workflows/tests.yml\n@@ -18,8 +18,7 @@ jobs:\n plone-version: "6.0"\n - python-version: "3.11"\n plone-version: "6.0"\n- # FIXME: Change to 3.12 when https://github.com/python/cpython/issues/113267 is fixed\n- - python-version: "3.12.0"\n+ - python-version: "3.12"\n plone-version: "6.0"\n steps:\n # git checkout\ndiff --git a/news/1740.internal b/news/1740.internal\nnew file mode 100644\nindex 0000000000..5ef67a1aee\n--- /dev/null\n+++ b/news/1740.internal\n@@ -0,0 +1 @@\n+Use last version of Python 3.12 in tests. https://github.com/python/cpython/issues/113267 has been fixed. @wesleybl\n' | ||
|