Skip to content

Commit

Permalink
upgrade to python 3.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
c0c0n3 committed Jun 16, 2020
1 parent 6371199 commit d315d5d
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- 3.6
- 3.8.3

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6.10-alpine3.12 as base
FROM python:3.8.3-alpine3.12 as base
FROM base as builder
RUN apk --no-cache --update-cache add gcc python3 python3-dev py-pip build-base wget
RUN ln -s /usr/include/locale.h /usr/include/xlocale.h
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pg8000 = ">=1.15"
pymongo = "~=3.4"
pytest = "~=3.0"
pytest-cov = "~=2.7.1"
coveralls = "~=1.7.0"
coveralls = "~=2.0"
pytest-flask = "~=0.10"
python-dateutil = ">=2.7"
pyyaml = ">=4.2"
Expand All @@ -27,4 +27,4 @@ rethinkdb = "==2.3"
[dev-packages]

[requires]
python_version = "3.6"
python_version = "3.8.3"
67 changes: 26 additions & 41 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion timescale-container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM python:3.8.3-alpine3.12

RUN apk --no-cache --update-cache add postgresql-client openssl

Expand Down

0 comments on commit d315d5d

Please sign in to comment.