Skip to content

Commit

Permalink
feat(python): Update to Python 3.12 in all Python actions (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Nov 23, 2024
1 parent 2f447f7 commit b0b3512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-python-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
cache: 'poetry'

- run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version to test against (in addition to latest 3.x)'
required: false
default: '3.11'
default: '3.12'
type: string

jobs:
Expand Down

0 comments on commit b0b3512

Please sign in to comment.