Skip to content

Commit

Permalink
Change back to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker committed Dec 8, 2023
1 parent fb97d37 commit 25ea4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v3
with:
python-version: "3.11"
python-version: "3.12"
cache: "pip"
- name: Do some Ubunutu specific installs for Python 3.12
if: runner.os == 'Linux'
Expand Down

0 comments on commit 25ea4a7

Please sign in to comment.