Skip to content

Commit

Permalink
moving target python versions forward
Browse files Browse the repository at this point in the history
Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote committed Jan 2, 2024
1 parent f2373e8 commit 28a6516
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches: [master]
pull_request:



jobs:
pytest:
name: Pytest
Expand All @@ -25,7 +27,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.6']
python: ['3.5', '3.6', '3.12']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand Down Expand Up @@ -57,7 +59,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6', '3.12']
build_tool: [null]
include:
- python: '3.6'
Expand All @@ -84,7 +86,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6', '3.12']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -106,7 +108,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6', '3.12']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -129,7 +131,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6', '3.12']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand Down Expand Up @@ -157,7 +159,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6', '3.12']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -179,7 +181,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6', '3.12']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -200,7 +202,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6', '3.12']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -220,7 +222,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6', '3.12']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand All @@ -237,7 +239,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: ['2.7', '3.5', '3.6']
python: ['3.5', '3.6', '3.12']
steps:
- name: Check out project
uses: actions/checkout@v2
Expand Down

0 comments on commit 28a6516

Please sign in to comment.