Skip to content

Commit

Permalink
Update release process to use Python 3.12 (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
micahellison authored Feb 2, 2024
1 parent caf3cde commit bf32d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'

- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit bf32d59

Please sign in to comment.