-
-
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/master Date: 2025-01-07T19:28:37+01:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.memoize@dd091b7 fix(ci): drop python 3.8 Files changed: M .github/workflows/meta.yml Repository: plone.memoize Branch: refs/heads/master Date: 2025-01-07T19:31:27+01:00 Author: Gil Forcada Codinachs (gforcada) <[email protected]> Commit: plone/plone.memoize@255c382 Merge pull request #54 from plone/gforcada-patch-1 fix(ci): drop python 3.8 Files changed: M .github/workflows/meta.yml
- Loading branch information
Showing
1 changed file
with
15 additions
and
18 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,35 +1,32 @@ | ||
Repository: plone.app.dexterity | ||
Repository: plone.memoize | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2025-01-06T20:54:56Z | ||
Author: pre-commit-ci[bot] (pre-commit-ci[bot]) <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||
Commit: https://github.com/plone/plone.app.dexterity/commit/b6551320b88f11bba5034689c01a2fb8e4042a68 | ||
Date: 2025-01-07T19:28:37+01:00 | ||
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> | ||
Commit: https://github.com/plone/plone.memoize/commit/dd091b79ce5fb12d243c18a4b84a548502a3da21 | ||
|
||
[pre-commit.ci] pre-commit autoupdate | ||
|
||
updates: | ||
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1) | ||
fix(ci): drop python 3.8 | ||
|
||
Files changed: | ||
M .pre-commit-config.yaml | ||
M .github/workflows/meta.yml | ||
|
||
b'diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml\nindex bfe96ed9..18b75326 100644\n--- a/.pre-commit-config.yaml\n+++ b/.pre-commit-config.yaml\n@@ -7,7 +7,7 @@ ci:\n \n repos:\n - repo: https://github.com/asottile/pyupgrade\n- rev: v3.19.0\n+ rev: v3.19.1\n hooks:\n - id: pyupgrade\n args: [--py38-plus]\n' | ||
b'diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml\nindex 44365eb..696694e 100644\n--- a/.github/workflows/meta.yml\n+++ b/.github/workflows/meta.yml\n@@ -30,7 +30,7 @@ jobs:\n uses: plone/meta/.github/workflows/test.yml@main\n with:\n \n- py-versions: \'["3.12", "3.11", "3.10", "3.9", "3.8", "pypy3.9"]\'\n+ py-versions: \'["3.12", "3.11", "3.10", "3.9", "pypy3.9"]\'\n coverage:\n uses: plone/meta/.github/workflows/coverage.yml@main\n dependencies:\n' | ||
|
||
Repository: plone.app.dexterity | ||
Repository: plone.memoize | ||
|
||
|
||
Branch: refs/heads/master | ||
Date: 2025-01-07T13:58:23+01:00 | ||
Author: Jens W. Klein (jensens) <[email protected]> | ||
Commit: https://github.com/plone/plone.app.dexterity/commit/519b9f4b5ba428e50dc24d93c7f9d01fd2074b5a | ||
Date: 2025-01-07T19:31:27+01:00 | ||
Author: Gil Forcada Codinachs (gforcada) <[email protected]> | ||
Commit: https://github.com/plone/plone.memoize/commit/255c382b4e3234222e628fe3a4366962169ab769 | ||
|
||
Merge pull request #400 from plone/pre-commit-ci-update-config | ||
Merge pull request #54 from plone/gforcada-patch-1 | ||
|
||
[pre-commit.ci] pre-commit autoupdate | ||
fix(ci): drop python 3.8 | ||
|
||
Files changed: | ||
M .pre-commit-config.yaml | ||
M .github/workflows/meta.yml | ||
|
||
b'diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml\nindex bfe96ed9..18b75326 100644\n--- a/.pre-commit-config.yaml\n+++ b/.pre-commit-config.yaml\n@@ -7,7 +7,7 @@ ci:\n \n repos:\n - repo: https://github.com/asottile/pyupgrade\n- rev: v3.19.0\n+ rev: v3.19.1\n hooks:\n - id: pyupgrade\n args: [--py38-plus]\n' | ||
b'diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml\nindex 44365eb..696694e 100644\n--- a/.github/workflows/meta.yml\n+++ b/.github/workflows/meta.yml\n@@ -30,7 +30,7 @@ jobs:\n uses: plone/meta/.github/workflows/test.yml@main\n with:\n \n- py-versions: \'["3.12", "3.11", "3.10", "3.9", "3.8", "pypy3.9"]\'\n+ py-versions: \'["3.12", "3.11", "3.10", "3.9", "pypy3.9"]\'\n coverage:\n uses: plone/meta/.github/workflows/coverage.yml@main\n dependencies:\n' | ||
|