Skip to content

Commit 7206b9e

Browse files
mufaddal-rohawalaahsan-z-khan
authored andcommitted
feature: enable python 3.9 (#2802)
Co-authored-by: Ahsan Khan <[email protected]>
1 parent 972a6d2 commit 7206b9e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def read_version():
104104
"Programming Language :: Python :: 3.6",
105105
"Programming Language :: Python :: 3.7",
106106
"Programming Language :: Python :: 3.8",
107+
"Programming Language :: Python :: 3.9",
107108
],
108109
install_requires=required_packages,
109110
extras_require=extras,

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = black-format,flake8,pylint,docstyle,sphinx,doc8,twine,py36,py37,py38
7+
envlist = black-format,flake8,pylint,docstyle,sphinx,doc8,twine,py36,py37,py38,py39
88

99
skip_missing_interpreters = False
1010

@@ -73,7 +73,7 @@ commands =
7373
{env:IGNORE_COVERAGE:} coverage report -i --fail-under=86
7474
deps = .[test]
7575
depends =
76-
{py36,py37,py38}: clean
76+
{py36,py37,py38,py39}: clean
7777

7878
[testenv:flake8]
7979
skipdist = true

0 commit comments

Comments
 (0)