Skip to content

Commit

Permalink
Remove Python 2.7 from test matrix (EOL since April 2020, >4 years)
Browse files Browse the repository at this point in the history
Add Python 3.11 instead as upper bound test (can be upgraded to 3.12 soon).
  • Loading branch information
dbast committed Oct 16, 2023
1 parent 7e642bb commit 9385aff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "2.7"]
python-version: ["3.8", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "2.7"]
python-version: ["3.8", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.8", "2.7"]
python-version: ["3.8", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: ./
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.7", "2.7"]
python-version: ["3.7", "3.11"]
steps:
- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit 9385aff

Please sign in to comment.