Skip to content

Commit

Permalink
Try pypy3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jul 30, 2024
1 parent e314b38 commit 9de3367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: plone/meta/.github/workflows/test.yml@main
with:

py-versions: '["3.12", "3.11", "3.10", "3.9", "3.8", "pypy3"]'
py-versions: '["3.12", "3.11", "3.10", "3.9", "3.8", "pypy3.9"]'
coverage:
uses: plone/meta/.github/workflows/coverage.yml@main
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies_ignores = "['zope.testing']"
codespell_ignores = "whit"

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

0 comments on commit 9de3367

Please sign in to comment.