Skip to content

Commit

Permalink
Reverting version support syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Aug 8, 2023
1 parent 8b08bfc commit ae08563
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- '>= 3.7'
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand All @@ -39,8 +38,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- '>= 3.7'
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

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

0 comments on commit ae08563

Please sign in to comment.