Skip to content

Commit

Permalink
Update to be python3.5+ only
Browse files Browse the repository at this point in the history
timothycrosley committed May 4, 2019
1 parent 080901c commit 0a92014
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -12,6 +12,9 @@ Ideally, within a virtual environment.

Changelog
=========
### 2.5.0 - May 3, 2019
- Breaking Changes:
- Deprecated support for Python 3.4

### 2.4.9 - TBD
- Add the ability to invoke the hug development server as a Python module e.g. `python -m hug`
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@ def list_modules(dirname):
tests_require=['pytest', 'mock', 'marshmallow'],
ext_modules=ext_modules,
cmdclass=cmdclass,
python_requires=">=3.4",
python_requires=">=3.5",
keywords='Web, Python, Python3, Refactoring, REST, Framework, RPC',
classifiers=[
'Development Status :: 6 - Mature',
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py{34,35,36,37,py3}, cython
envlist=py{35,36,37,py3}, cython

[testenv]
deps=-rrequirements/build.txt

0 comments on commit 0a92014

Please sign in to comment.