Skip to content

Commit 87f8faf

Browse files
committed
deprecate support for 3.6
1 parent 1cf72cc commit 87f8faf

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
@@ -47,9 +47,9 @@
4747
"Development Status :: 4 - Beta",
4848
"License :: OSI Approved :: Apache Software License",
4949
"Topic :: Software Development :: Libraries :: Python Modules",
50-
"Programming Language :: Python :: 3.6",
5150
"Programming Language :: Python :: 3.7",
5251
"Programming Language :: Python :: 3.8",
52+
"Programming Language :: Python :: 3.9",
5353
],
5454
install_requires=["cryptography", "requests"],
5555
tests_require=["pytest"],

0 commit comments

Comments
 (0)