Skip to content

Commit

Permalink
setup: Update supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Oct 11, 2024
1 parent 6b89567 commit 1e7954d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="pysipp",
version="0.1.0",
version="0.2.0",
description="A SIPp scenario launcher",
long_description=readme,
long_description_content_type="text/markdown",
Expand All @@ -46,7 +46,7 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: >=3.7",
"Topic :: Software Development",
"Topic :: Software Development :: Testing",
"Topic :: Software Development :: Quality Assurance",
Expand Down

0 comments on commit 1e7954d

Please sign in to comment.