Skip to content

Commit

Permalink
Configuring with plone/meta
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Jul 2, 2024
1 parent f9aa376 commit 9091be2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
uses: plone/meta/.github/workflows/qa.yml@main
test:
uses: plone/meta/.github/workflows/test.yml@main
with:

py-versions: '["3.12", "3.11", "3.10", "3.9", "3.8", "pypy3"]'
coverage:
uses: plone/meta/.github/workflows/coverage.yml@main
dependencies:
Expand Down
5 changes: 4 additions & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See the inline comments on how to expand/tweak this configuration file
[meta]
template = "default"
commit-id = "a89af8f2"
commit-id = "4b86f8f1"

[pyproject]
dependencies_ignores = "['zope.testing']"
Expand All @@ -27,3 +27,6 @@ python =
3.11: py311
pypy3.9: pypy3
"""

[github]
py_versions = "[\"3.12\", \"3.11\", \"3.10\", \"3.9\", \"3.8\", \"pypy3\"]"

0 comments on commit 9091be2

Please sign in to comment.