Skip to content

Commit f072825

Browse files
HemangChothanifrankyntseaver
authored
feat: add classifiers for python3.9 and remove for python3.5 (#295)
Co-authored-by: Frank Natividad <[email protected]> Co-authored-by: Tres Seaver <[email protected]>
1 parent fa14009 commit f072825

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
"Programming Language :: Python :: 2",
7979
"Programming Language :: Python :: 2.7",
8080
"Programming Language :: Python :: 3",
81-
"Programming Language :: Python :: 3.5",
8281
"Programming Language :: Python :: 3.6",
8382
"Programming Language :: Python :: 3.7",
8483
"Programming Language :: Python :: 3.8",
84+
"Programming Language :: Python :: 3.9",
8585
"Operating System :: OS Independent",
8686
"Topic :: Internet",
8787
],
@@ -90,7 +90,7 @@
9090
namespace_packages=namespaces,
9191
install_requires=dependencies,
9292
extras_require=extras,
93-
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
93+
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*",
9494
include_package_data=True,
9595
zip_safe=False,
9696
)

0 commit comments

Comments
 (0)