Skip to content

Commit

Permalink
try python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vince62s committed Mar 13, 2024
1 parent b458a4c commit 5e088d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8] # build only for 3.8 for now
python-version: [3.9] # build only for 3.9 for now

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -574,10 +574,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 5e088d9

Please sign in to comment.