mirror of
https://github.com/SELinuxProject/setools
synced 2025-01-28 10:32:47 +00:00
tests.yml: Add Python 3.10 and 3.11 CI tests.
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
parent
fc0aadf3ae
commit
c0d0f0d3b8
18
.github/workflows/tests.yml
vendored
18
.github/workflows/tests.yml
vendored
@ -14,14 +14,16 @@ jobs:
|
||||
|
||||
matrix:
|
||||
build-opts:
|
||||
- {python: 3.6, tox: py36}
|
||||
- {python: 3.7, tox: py37}
|
||||
- {python: 3.8, tox: py38}
|
||||
- {python: 3.9, tox: py39}
|
||||
- {python: 3.6, tox: pep8}
|
||||
- {python: 3.6, tox: lint}
|
||||
- {python: 3.6, tox: mypy}
|
||||
#- {python: 3.6, tox: coverage}
|
||||
- {python: '3.6', tox: py36}
|
||||
- {python: '3.7', tox: py37}
|
||||
- {python: '3.8', tox: py38}
|
||||
- {python: '3.9', tox: py39}
|
||||
- {python: '3.10', tox: py310}
|
||||
- {python: '3.11', tox: py311}
|
||||
- {python: '3.6', tox: pep8}
|
||||
- {python: '3.6', tox: lint}
|
||||
- {python: '3.6', tox: mypy}
|
||||
#- {python: '3.6', tox: coverage}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user