We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe9a3d commit a900250Copy full SHA for a900250
.travis.yml
@@ -3,7 +3,7 @@ language: python
3
python:
4
- '3.5'
5
- '3.6'
6
- - '3.7'
+ - '3.8'
7
- 'pypy3'
8
script:
9
- pip install .[dev]
setup.py
@@ -14,9 +14,9 @@
14
classifiers=[
15
'Framework :: Flask',
16
'Programming Language :: Python :: 3',
17
- 'Programming Language :: Python :: 3.4',
18
'Programming Language :: Python :: 3.5',
19
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.8',
20
'License :: OSI Approved :: MIT License',
21
],
22
keywords='web api rest jsonapi flask sqlalchemy marshmallow',
0 commit comments