Skip to content

Commit

Permalink
add python >= 3.4 in classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Arg0s1080 committed Jun 30, 2019
1 parent 47461ac commit 5a7e4f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Security"
]
)

0 comments on commit 5a7e4f2

Please sign in to comment.