Skip to content

Commit 62893e0

Browse files
committed
Update project tags to remove python 3.6
1 parent 5ef7467 commit 62893e0

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
@@ -76,9 +76,9 @@ def read_extras(*prefixes):
7676
"Operating System :: Microsoft :: Windows",
7777
"Programming Language :: Python",
7878
"Programming Language :: Python :: 3",
79-
"Programming Language :: Python :: 3.6",
8079
"Programming Language :: Python :: 3.7",
8180
"Programming Language :: Python :: 3.8",
81+
"Programming Language :: Python :: 3.9",
8282
"Programming Language :: Python :: Implementation :: CPython",
8383
"Programming Language :: Python :: Implementation :: PyPy",
8484
# uncomment if you test on these interpreters:

0 commit comments

Comments
 (0)