Skip to content

Commit

Permalink
Merge pull request #51 from mapbox/bmorris/python-3-9
Browse files Browse the repository at this point in the history
Bump to python 3.9
  • Loading branch information
pratikyadav authored Nov 19, 2022
2 parents 611818d + 352d454 commit a5a0282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cache:


python:
- "3.6"
- "3.9"

before_install:
- pip install -U pip
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black==19.10b0
codecov==2.1.3
flake8==3.8.2
pytest==5.4.2
pytest-cov==2.8.1
black==22.10.0
codecov==2.1.12
flake8==5.0.4
pytest==7.2.0
pytest-cov==4.0.0

0 comments on commit a5a0282

Please sign in to comment.