Skip to content

Commit 0edf072

Browse files
committed
Update CI Python versions.
3.6-3.8 no longer supported. Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
1 parent 14d0312 commit 0edf072

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,14 @@ jobs:
2727

2828
matrix:
2929
build-opts:
30-
- {python: '3.6', tox: python3.6}
31-
- {python: '3.7', tox: python3.7}
32-
- {python: '3.8', tox: python3.8}
3330
- {python: '3.9', tox: python3.9}
3431
- {python: '3.10', tox: python3.10}
3532
- {python: '3.11', tox: python3.11}
36-
- {python: '3.6', tox: pep8}
37-
- {python: '3.6', tox: lint}
38-
- {python: '3.6', tox: mypy}
39-
- {python: '3.6', tox: coverage}
40-
- {python: '3.6', tox: install}
33+
- {python: '3.11', tox: pep8}
34+
- {python: '3.11', tox: lint}
35+
- {python: '3.11', tox: mypy}
36+
- {python: '3.11', tox: coverage}
37+
- {python: '3.11', tox: install}
4138

4239
steps:
4340
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)