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

Upgrade to python 3.10.

parent a7ecd5cf
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,13 @@ version: 2.1
executors:
python:
docker:
- image: cimg/python:3.9
- image: cimg/python:3.10
node:
docker:
- image: cimg/node:16.14
with-database:
docker:
- image: cimg/python:3.9
- image: cimg/python:3.10
environment:
DATABASE_URL: postgresql://hypha:hypha@localhost/hypha?sslmode=disable
DJANGO_SETTINGS_MODULE: hypha.settings.test
......@@ -90,7 +90,6 @@ jobs:
keys:
- v5-python-{{ .Branch }}-{{ checksum "requirements.txt" }}{{ checksum "requirements-dev.txt" }}
- v5-python-{{ .Branch }}-
- v5-python-
- run:
name: install python dependencies
command: |
......
FROM cimg/python:3.9.10-node
FROM cimg/python:3.10.6-node
# Set work directory.
WORKDIR /usr/local/hypha
......
python-3.9.10
python-3.10.6
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