Skip to content

Commit 274af2c

Browse files
Add Python 3.8 classifier (Netflix#38)
1 parent 56a9435 commit 274af2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ def run(self):
390390
"Intended Audience :: Developers",
391391
"License :: OSI Approved :: Apache",
392392
"Programming Language :: Python :: 3.7",
393+
"Programming Language :: Python :: 3.8",
393394
],
394395
package_dir={"": "src"},
395396
packages=find_packages("src"),

0 commit comments

Comments
 (0)