Skip to content

Commit 81e48ed

Browse files
committed
remove non-3.6 Python version classifiers in setup.py
1 parent f1011a6 commit 81e48ed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

decrypt_oracle/setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,7 @@ def get_requirements():
4545
"Natural Language :: English",
4646
"License :: OSI Approved :: Apache Software License",
4747
"Programming Language :: Python",
48-
"Programming Language :: Python :: 2",
49-
"Programming Language :: Python :: 2.7",
50-
"Programming Language :: Python :: 3",
51-
"Programming Language :: Python :: 3.4",
52-
"Programming Language :: Python :: 3.5",
5348
"Programming Language :: Python :: 3.6",
54-
"Programming Language :: Python :: 3.7",
5549
"Programming Language :: Python :: Implementation :: CPython",
5650
"Topic :: Security",
5751
"Topic :: Security :: Cryptography",

0 commit comments

Comments
 (0)