Skip to content

Commit

Permalink
Use 3.10 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Apr 5, 2023
1 parent 5686ee1 commit 0787c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
run: |
echo ::set-output name=tag::${GITHUB_REF#refs/tags/}
- name: Set up Python 3.7
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: "3.10"

- name: Get full Python version
id: full-python-version
Expand Down

0 comments on commit 0787c1c

Please sign in to comment.