Skip to content

Commit

Permalink
Rollback python-version for build CI to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jsouter committed Sep 13, 2024
1 parent 8b6413b commit 4248754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.8"

- name: Install Python Dependencies
# Pin cibuildwheel due to https://github.com/pypa/cibuildwheel/issues/962
Expand Down

0 comments on commit 4248754

Please sign in to comment.