Skip to content

Commit

Permalink
Updating the list of Python versions for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
arpanda committed Jul 29, 2024
1 parent 381a3eb commit 5a917fd
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-latest]
include:
- os: ubuntu-20.04
python-version: "3.3"
- os: ubuntu-20.04
python-version: "3.4"
- os: ubuntu-20.04
python-version: "3.5"
- os: ubuntu-20.04
python-version: "3.6"
- os: ubuntu-latest
python-version: "3.7"
- os: ubuntu-latest
python-version: "3.8"
- os: ubuntu-latest
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.10"
- os: ubuntu-latest
python-version: "3.11"
- os: ubuntu-latest
python-version: "3.12"
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 5a917fd

Please sign in to comment.