Skip to content

Commit dc4018a

Browse files
authored
Add python 3.9 support
2 parents 82d34d2 + 410ea7c commit dc4018a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ python:
33
- "3.6"
44
- "3.7"
55
- "3.8"
6+
- "3.9"
67
install:
8+
- gem install chef-utils -v 16.6.14
79
- pip install -r requirements_dev.txt
810
- pip install -e .
911
- gem install mdl

requirements_dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ flake8-print==3.1.4
1313
flake8-quotes==3.0.0
1414
flake8-string-format==0.3.0
1515
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
1818
flake8-annotations-coverage==0.0.4
1919
flake8-cognitive-complexity==0.0.2
2020
safety==1.9.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def get_long_description() -> str:
3434
'Programming Language :: Python :: 3.6',
3535
'Programming Language :: Python :: 3.7',
3636
'Programming Language :: Python :: 3.8',
37+
'Programming Language :: Python :: 3.9',
3738
],
3839
packages=find_packages(),
3940
include_package_data=True,

0 commit comments

Comments
 (0)