From 19de2bed3171ad5c71f4306ec15f31616022bef7 Mon Sep 17 00:00:00 2001 From: ale-rt Date: Tue, 25 Jun 2024 16:53:37 +0200 Subject: [PATCH] Configuring with plone/meta --- .github/workflows/meta.yml | 5 +++-- .meta.toml | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index c9848bc..d8d1ce7 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -28,10 +28,11 @@ jobs: uses: plone/meta/.github/workflows/qa.yml@main test: uses: plone/meta/.github/workflows/test.yml@main + with: + + py-versions: '3.8' coverage: uses: plone/meta/.github/workflows/coverage.yml@main - dependencies: - uses: plone/meta/.github/workflows/dependencies.yml@main release_ready: uses: plone/meta/.github/workflows/release_ready.yml@main circular: diff --git a/.meta.toml b/.meta.toml index 919074d..4ca8789 100644 --- a/.meta.toml +++ b/.meta.toml @@ -7,3 +7,13 @@ commit-id = "a89af8f2" [pyproject] codespell_skip = "plone-*.cfg" + +[github] +py_versions = "3.8" +jobs = [ + "qa", + "test", + "coverage", + "release_ready", + "circular", + ]