Skip to content

Commit 4ebadbd

Browse files
committed
Add missing classifiers for supported python versions
1 parent e13814d commit 4ebadbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import os
66
import re
77
from setuptools import setup
8-
import sys
98

109
speed_deps = [
1110
"cchardet",
@@ -69,5 +68,8 @@ def find_version(*file_paths):
6968
"Programming Language :: Python :: 3.6",
7069
"Programming Language :: Python :: 3.7",
7170
"Programming Language :: Python :: 3.8",
71+
"Programming Language :: Python :: 3.9",
72+
"Programming Language :: Python :: 3.10",
73+
"Programming Language :: Python :: Implementation :: PyPy",
7274
],
7375
)

0 commit comments

Comments
 (0)