Skip to content

Commit

Permalink
use default python version. 3.7 EOL (June 2023) (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Apr 7, 2023
1 parent ac81c1f commit 92d4d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/upload_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install Tools
run: |
python -mpip install wheel
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/upload_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install Tools
run: |
python -mpip install wheel
Expand Down

0 comments on commit 92d4d67

Please sign in to comment.