Skip to content

Commit

Permalink
Merge pull request #5 from pdelagrave/p38
Browse files Browse the repository at this point in the history
Drop support for python 3.5, add support for python 3.8. Pinning marshmallow<3
  • Loading branch information
lphuberdeau authored Mar 17, 2021
2 parents 2c3b54e + ea1b74c commit 5ca178a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@
language: python
# http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
sudo: false
dist: xenial
python:
- "3.6"
- "3.5"
matrix:
include:
- python: 3.7
dist: xenial
- '3.6'
- '3.7'
- '3.8'

before_install:
- pip install -U pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
marshmallow_autoschema>=0.1.0
marshmallow_autoschema==0.3.3

0 comments on commit 5ca178a

Please sign in to comment.