Skip to content

Commit 44283d5

Browse files
authored
Fix classifier description for pypi (#197)
1 parent 526b762 commit 44283d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ def run_tests(self):
8080
"Programming Language :: Python :: 2",
8181
"Programming Language :: Python :: 2.7",
8282
"Programming Language :: Python :: 3",
83-
"Programming Language :: Python :: 3.3",
8483
"Programming Language :: Python :: 3.4",
8584
"Programming Language :: Python :: 3.5",
8685
"Programming Language :: Python :: 3.6",
86+
"Programming Language :: Python :: 3.7",
8787
"Topic :: Software Development"
8888
]
8989
)

0 commit comments

Comments
 (0)