File tree 3 files changed +5
-2
lines changed 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3
3
- " 3.6"
4
4
- " 3.7"
5
5
- " 3.8"
6
+ - " 3.9"
6
7
install :
8
+ - gem install chef-utils -v 16.6.14
7
9
- pip install -r requirements_dev.txt
8
10
- pip install -e .
9
11
- gem install mdl
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ flake8-print==3.1.4
13
13
flake8-quotes==3.0.0
14
14
flake8-string-format==0.3.0
15
15
flake8-todo==0.7
16
- mypy==0.740
17
- flake8-annotations-complexity==0.0.4
16
+ mypy==0.790
17
+ flake8-annotations-complexity==0.0.6
18
18
flake8-annotations-coverage==0.0.4
19
19
flake8-cognitive-complexity==0.0.2
20
20
safety==1.9.0
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ def get_long_description() -> str:
34
34
'Programming Language :: Python :: 3.6' ,
35
35
'Programming Language :: Python :: 3.7' ,
36
36
'Programming Language :: Python :: 3.8' ,
37
+ 'Programming Language :: Python :: 3.9' ,
37
38
],
38
39
packages = find_packages (),
39
40
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments