Skip to content

Commit

Permalink
Update CI Python versions.
Browse files Browse the repository at this point in the history
3.6-3.8 no longer supported.

Signed-off-by: Chris PeBenito <[email protected]>
  • Loading branch information
pebenito committed Dec 6, 2023
1 parent 0c1e581 commit 951ff10
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,15 @@ jobs:

matrix:
build-opts:
- {python: '3.6', tox: python3.6}
- {python: '3.7', tox: python3.7}
- {python: '3.8', tox: python3.8}
- {python: '3.9', tox: python3.9}
- {python: '3.10', tox: python3.10}
- {python: '3.11', tox: python3.11}
- {python: '3.6', tox: pep8}
- {python: '3.6', tox: lint}
- {python: '3.6', tox: mypy}
- {python: '3.6', tox: coverage}
- {python: '3.6', tox: install}
- {python: '3.12', tox: python3.12}
- {python: '3.9', tox: pep8}
- {python: '3.9', tox: lint}
- {python: '3.9', tox: mypy}
- {python: '3.9', tox: coverage}
- {python: '3.9', tox: install}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 951ff10

Please sign in to comment.