Skip to content

Commit a900250

Browse files
committed
use main python versions
1 parent bfe9a3d commit a900250

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: python
33
python:
44
- '3.5'
55
- '3.6'
6-
- '3.7'
6+
- '3.8'
77
- 'pypy3'
88
script:
99
- pip install .[dev]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
classifiers=[
1515
'Framework :: Flask',
1616
'Programming Language :: Python :: 3',
17-
'Programming Language :: Python :: 3.4',
1817
'Programming Language :: Python :: 3.5',
1918
'Programming Language :: Python :: 3.6',
19+
'Programming Language :: Python :: 3.8',
2020
'License :: OSI Approved :: MIT License',
2121
],
2222
keywords='web api rest jsonapi flask sqlalchemy marshmallow',

0 commit comments

Comments
 (0)