Skip to content
Snippets Groups Projects
Commit 5ca40271 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Update to Python 3.8.

parent 6e89cec2
Branches
Tags
No related merge requests found
......@@ -6,13 +6,13 @@ version: 2.1
executors:
python:
docker:
- image: circleci/python:3.7
- image: circleci/python:3.8
node:
docker:
- image: circleci/node:12
with-database:
docker:
- image: circleci/python:3.7
- image: circleci/python:3.8
environment:
DATABASE_URL: postgresql://hypha:hypha@localhost/hypha?sslmode=disable
DJANGO_SETTINGS_MODULE: hypha.settings.test
......
FROM circleci/python:3.7-buster-node
FROM circleci/python:3.8-buster-node
# Set work directory
WORKDIR /usr/local/hypha
......
python-3.7.9
python-3.8.7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment