Skip to content

Commit

Permalink
Merge pull request #1886 from jonafato/python-versions
Browse files Browse the repository at this point in the history
Add Python 3.7 support, remove Python 3.3 support
  • Loading branch information
spulec authored Jul 8, 2019
2 parents 6efd558 + 4c605ba commit 1cbfa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ def get_version():
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Testing",
],
Expand Down

0 comments on commit 1cbfa4a

Please sign in to comment.