File tree 2 files changed +3
-14
lines changed
2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,11 @@ jobs:
15
15
- windows-latest
16
16
- macos-latest
17
17
python-version :
18
- - ' 3.6'
19
- - ' 3.7'
20
18
- ' 3.8'
21
19
- ' 3.9'
22
20
- ' 3.10'
23
21
- ' 3.11'
24
- # - '3.12' # FixMe: https://github.com/pylint-dev/pylint-pytest/issues/3
25
- # Python 3.6 is not available in `ubuntu-latest`.
26
- exclude :
27
- - python-version : ' 3.6'
28
- os : ubuntu-latest
29
- include :
30
- - python-version : ' 3.6'
31
- os : ubuntu-20.04
22
+ - ' 3.12' # FixMe: https://github.com/pylint-dev/pylint-pytest/issues/3
32
23
33
24
defaults :
34
25
run :
53
44
env :
54
45
FORCE_COLOR : 1
55
46
PYTEST_CI_ARGS : --cov-report=xml --cov-report=html --junitxml=test_artifacts/test_report.xml --color=yes
56
- run : tox ${{ matrix.python-version == '3.6' && ' --skip-missing-interpreters=true' || ' ' }}
47
+ run : tox ${{ ' --skip-missing-interpreters=true' }}
57
48
58
49
- name : Upload coverage reports to Codecov
59
50
uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ classifiers = [
17
17
" Topic :: Software Development :: Quality Assurance" ,
18
18
" Programming Language :: Python" ,
19
19
" Programming Language :: Python :: 3" ,
20
- " Programming Language :: Python :: 3.6" ,
21
- " Programming Language :: Python :: 3.7" ,
22
20
" Programming Language :: Python :: 3.8" ,
23
21
" Programming Language :: Python :: 3.9" ,
24
22
" Programming Language :: Python :: 3.10" ,
@@ -27,7 +25,7 @@ classifiers = [
27
25
" Operating System :: OS Independent" ,
28
26
]
29
27
keywords = [" pylint" , " pytest" , " plugin" ]
30
- requires-python = " >=3.6 "
28
+ requires-python = " >=3.8 "
31
29
32
30
dependencies = [
33
31
" pylint<3" ,
You can’t perform that action at this time.
0 commit comments