Skip to content

Commit

Permalink
update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
klwetstone authored and chrisjkuch committed Aug 2, 2024
1 parent 48ea034 commit b4e5a28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.10"

- name: Install dependencies
run: |
Expand All @@ -35,4 +35,3 @@ jobs:
- name: Build package
run: |
make dist

0 comments on commit b4e5a28

Please sign in to comment.