Skip to content

Commit

Permalink
py3.7 actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Oct 1, 2024
1 parent 9a7cb1b commit 32f3639
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:

jobs:
build_old_python_versions:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7']

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -55,13 +55,16 @@ jobs:
- name: Run tconnectsync --help
run: |
tconnectsync --help
- name: Test with pytest
run: |
pytest
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 32f3639

Please sign in to comment.