Skip to content
Snippets Groups Projects
Unverified Commit 668dc0cb authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #2405 from HyphaApp/bug/downgrade-python-runtime-version

Downgrade python runtime to 3.8.9
parents 84e05a1b 28d6ee78
No related branches found
No related tags found
No related merge requests found
...@@ -6,13 +6,13 @@ version: 2.1 ...@@ -6,13 +6,13 @@ version: 2.1
executors: executors:
python: python:
docker: docker:
- image: circleci/python:3.8 - image: circleci/python:3.8.9
node: node:
docker: docker:
- image: circleci/node:12 - image: circleci/node:12
with-database: with-database:
docker: docker:
- image: circleci/python:3.8 - image: circleci/python:3.8.9
environment: environment:
DATABASE_URL: postgresql://hypha:hypha@localhost/hypha?sslmode=disable DATABASE_URL: postgresql://hypha:hypha@localhost/hypha?sslmode=disable
DJANGO_SETTINGS_MODULE: hypha.settings.test DJANGO_SETTINGS_MODULE: hypha.settings.test
......
python-3.8.10 python-3.8.9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment