Skip to content

Commit

Permalink
Python version is a minimum version, not exclusive
Browse files Browse the repository at this point in the history
	modified:   .github/workflows/python.yml
  • Loading branch information
vicky5124 committed Feb 5, 2024
1 parent ca706db commit 842271a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: '3.8'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
target: [x64, x86]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: '3.8'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -71,7 +71,7 @@ jobs:
strategy:
matrix:
target: [x86_64, aarch64]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: '3.8'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 842271a

Please sign in to comment.