Skip to content

Commit

Permalink
Bump apispec version to the latest, drop support for python 3.5 since…
Browse files Browse the repository at this point in the history
… apispec dropped it
  • Loading branch information
kiforchuk committed Jan 6, 2022
1 parent cfa1964 commit cd8c68e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ dist: xenial
language: python

python:
- 3.5
- 3.6
- 3.7
- 3.8
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
aiohttp>=3.0.1,<4.0
apispec>=3.0.0,<4.0
apispec>=5.1.1
webargs>=8.0.1
jinja2<3.0
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -23,13 +23,12 @@ def read(file_name):
url='https://github.com/maximdanilchenko/aiohttp-apispec',
zip_safe=False,
keywords='aiohttp marshmallow apispec swagger',
python_requires='>=3.5',
python_requires='>=3.6',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit cd8c68e

Please sign in to comment.