Skip to content

Commit

Permalink
update py-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Sep 11, 2024
1 parent 38e9953 commit a0b16e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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.10", "3.12"]'
coverage:
uses: plone/meta/.github/workflows/coverage.yml@main
dependencies:
Expand Down
3 changes: 3 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ dependencies_ignores = "['plone.formwidget.contenttree']"

[tox]
constraints_file = "https://dist.plone.org/release/6.1-dev/constraints.txt"

[github]
py_versions = "[\"3.10\", \"3.12\"]"

0 comments on commit a0b16e2

Please sign in to comment.