Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d67b320

Browse files
committed
Remove Python 3.6 from tests to fix tests
Python 3.6 is not available on ubuntu-latest (22.04). It was available when ubuntu-latest was 20.04.
1 parent 33c09aa commit d67b320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/all-lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
12+
python-version: ['3.7', '3.8', '3.9', '3.10']
1313
steps:
1414
- uses: actions/checkout@v1
1515
- uses: marian-code/python-lint-annotate@master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ steps:
5454
5555
## Details
5656
57-
Uses `actions/setup-python@v2`. Only python `3.6` - `3.10` version are tested since
57+
Uses `actions/setup-python@v2`. Only python `3.7` - `3.10` version are tested since
5858
they are by far most common now. Other python `3.x` versions should also work.
5959
Any python `2.x` versions are unsupported! You can lint on Linux, Windows and MacOS.
6060

0 commit comments

Comments
 (0)