File tree 6 files changed +11
-16
lines changed
6 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 1
1
build :
2
2
environment :
3
- python : 3.5.0
3
+ python : 3.6
4
4
tests :
5
5
override :
6
6
- pylint-run --rcfile=.pylint.ini
Original file line number Diff line number Diff line change 1
- dist : xenial # required for Python >= 3.7
2
1
language : python
3
2
python :
4
- - " 3.5"
5
- - " 3.5-dev" # 3.5 development branch
6
3
- " 3.6"
7
- - " 3.6-dev" # 3.6 development branch
8
4
- " 3.7"
9
- - " 3.7-dev" # 3.7 development branch
10
- # - "3.8-dev" # 3.8 development branch
11
- # - "nightly" # nightly build
5
+ - " 3.7"
6
+ - " 3.8"
7
+ - " 3.8-dev" # 3.8 development branch
8
+ - " nightly" # nightly build
12
9
13
10
cache :
14
11
pip : true
@@ -30,8 +27,7 @@ install:
30
27
- make install
31
28
32
29
script :
33
- - make check
34
- - make test
30
+ - make ci
35
31
36
32
after_success :
37
33
- pip install coveralls scrutinizer-ocular
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ version = GNU Make
6
6
[Python]
7
7
8
8
cli = python
9
- version = Python 3.5 .
9
+ version = Python 3.6 .
10
10
11
11
[pipenv]
12
12
13
13
cli = pipenv
14
- versions = 10 . | 11. | 2018.11 | 2018.10
14
+ versions = 2019 . | 2020.
15
15
16
16
[Graphviz]
17
17
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ twine = ">= 1.11.0"
49
49
jupyter = " *"
50
50
notebook = " >=5.7.8"
51
51
requests = " >=2.20.0"
52
- sniffer = " *"
52
+ sniffer = " *"
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ or write us in `Gitter <https://gitter.im/ResponsiblyAI/responsibly>`_.
63
63
Requirements
64
64
------------
65
65
66
- - Python 3.5 +
66
+ - Python 3.6 +
67
67
68
68
Installation
69
69
------------
Original file line number Diff line number Diff line change 7
7
8
8
9
9
PACKAGE_NAME = 'responsibly'
10
- MINIMUM_PYTHON_VERSION = '3.5 '
10
+ MINIMUM_PYTHON_VERSION = '3.6 '
11
11
12
12
13
13
def check_python_version ():
@@ -69,7 +69,6 @@ def build_description():
69
69
'Programming Language :: Python' ,
70
70
'Programming Language :: Python :: 3' ,
71
71
'Programming Language :: Python :: 3 :: Only' ,
72
- 'Programming Language :: Python :: 3.5' ,
73
72
'Programming Language :: Python :: 3.6' ,
74
73
'Programming Language :: Python :: 3.7' ,
75
74
],
You can’t perform that action at this time.
0 commit comments