Skip to content

Commit

Permalink
chore: validations for python 3.12 (#607)
Browse files Browse the repository at this point in the history
Signed-off-by: Weston Steimel <[email protected]>
  • Loading branch information
westonsteimel authored Jun 27, 2024
1 parent f19e089 commit 560062a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bootstrap/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
go-version:
description: "Go version to install"
required: true
default: "1.21.x"
default: "1.22.x"
python-version:
description: "Python version to install"
required: true
Expand All @@ -14,7 +14,7 @@ inputs:
poetry-version:
description: "Poetry version to install"
required: true
default: "1.7.0"
default: "1.8.3"
use-poetry-cache:
description: "Restore poetry cache"
required: true
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:

- version: '3.11'
toxEnv: py311

- version: '3.12'
toxEnv: py312
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #v4.1.7
with:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
# note: this is not a single source of truth (this is also in the .github/workflows/valiations.yml file)
envlist = py39, py310, py311
envlist = py39, py310, py311, py312
isolated_build = True

[testenv]
Expand Down

0 comments on commit 560062a

Please sign in to comment.