Skip to content

Commit

Permalink
Update release pipeline to Python 3.11
Browse files Browse the repository at this point in the history
Needed to avoid an import incompatibility.
  • Loading branch information
michaelosthege committed May 7, 2024
1 parent 57773f2 commit 4e8fd4b
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 @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: "3.11"
- name: Install dependencies
run: |
pip install -e .
Expand Down

0 comments on commit 4e8fd4b

Please sign in to comment.