Skip to content

Commit

Permalink
Bump python version used by github actions from 3.7 to 3.9 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshita-gupta authored Jan 9, 2025
1 parent f19e4b3 commit 73f10e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ jobs:
with:
fetch-depth: 0
ref: master
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.9
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit 73f10e3

Please sign in to comment.