Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
chore: LEAP-293: fix the release workflow by bumping python to 3.8 al…
Browse files Browse the repository at this point in the history
…so (#250)
  • Loading branch information
jombooth authored Oct 12, 2023
1 parent dedc76f commit d1fdd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.8'

- name: Configure pip cache
uses: actions/cache@v3
Expand Down

0 comments on commit d1fdd8b

Please sign in to comment.