Skip to content

Commit

Permalink
run release workflow with python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Varner committed Mar 7, 2024
1 parent 61b058d commit 882f0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python 3.x
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"

- name: Install release dependencies
run: |
Expand Down

0 comments on commit 882f0f3

Please sign in to comment.