Skip to content

Commit

Permalink
test 3.12 on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Jan 13, 2025
1 parent 433845e commit 7f8772d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- ["3.9", "plone60-py39"]
- ["3.10", "plone60-py310"]
- ["3.11", "plone60-py311"]
- ["3.12", "plone60-py312"]
runs-on: ubuntu-latest
name: ${{ matrix.config[1] }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
minversion = 3.18
envlist =
plone60-py{38,39,310,311}
plone60-py{38,39,310,311,312}

[testenv]
# We do not install with pip, but with buildout:
Expand Down

0 comments on commit 7f8772d

Please sign in to comment.