Skip to content

Commit

Permalink
CI: Change range of python versions from 2.7-3.10 to 3.8-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Sep 13, 2024
1 parent c2d8e9d commit 1df1bf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: ubuntu-latest
python-version: "2.7"
- os: macos-latest
python-version: "3.5"
python-version: "3.8"
- os: macos-latest
python-version: "3.9"
python-version: "3.12"
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["2.7", "3.5", "3.10"]
python-version: ["3.8", "3.12"]
include:
- os: windows-latest
python-version: "3.10"
python-version: "3.12"
env:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}
Expand Down

0 comments on commit 1df1bf7

Please sign in to comment.