Skip to content

Commit

Permalink
Merge pull request #310 from OpenChemistry/cibuildwheel
Browse files Browse the repository at this point in the history
Bump python version for wheel build
  • Loading branch information
cjh1 authored Feb 21, 2024
2 parents 8208313 + 0675165 commit 7b28a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: '3.7'
python-version: '3.10'

- name: Install dependencies
run: . .github/scripts/install.sh
Expand Down

0 comments on commit 7b28a67

Please sign in to comment.