Skip to content

Commit

Permalink
drop python 2.7 no longer supported on github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Jan 2, 2024
1 parent 7237125 commit 12b41c5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.6']
python: ['3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6']
build_tool: [null]
include:
- python: '3.6'
Expand All @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -179,7 +179,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -200,7 +200,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -220,7 +220,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -237,7 +237,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand Down

0 comments on commit 12b41c5

Please sign in to comment.