Skip to content

Commit

Permalink
feat: Upgrade to Python 3.12.8 (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf authored Dec 6, 2024
1 parent 0fd2aad commit 3c5cb73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
PYTHON_VERSION: 3.11
PYTHON_VERSION: 3.12
POETRY_VERSION: 1.8.3

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
PYTHON_VERSION: 3.11
PYTHON_VERSION: 3.12
POETRY_VERSION: 1.8.3

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python 3.11.10
python 3.12.8
poetry 1.8.3
golang 1.22.2

0 comments on commit 3c5cb73

Please sign in to comment.