Skip to content

Commit

Permalink
fix: use only Python 3.11 in GH actions workflow for now
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Apr 5, 2024
1 parent b5cbc3a commit c962f64
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: |
3.10
3.11
3.12
python-version: '3.11'

- name: Set up pip cache
if: runner.os == 'Linux'
Expand Down

0 comments on commit c962f64

Please sign in to comment.