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

Merge pull request #2952 from HyphaApp/maintenance/python-3-10-6

Upgrade to python 3.10.
parents 303e4cb7 f3d3e79f
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: cimg/python:3.9 - image: cimg/python:3.10
node: node:
docker: docker:
- image: cimg/node:16.14 - image: cimg/node:16.14
with-database: with-database:
docker: docker:
- image: cimg/python:3.9 - image: cimg/python:3.10
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
...@@ -90,7 +90,6 @@ jobs: ...@@ -90,7 +90,6 @@ jobs:
keys: keys:
- v5-python-{{ .Branch }}-{{ checksum "requirements.txt" }}{{ checksum "requirements-dev.txt" }} - v5-python-{{ .Branch }}-{{ checksum "requirements.txt" }}{{ checksum "requirements-dev.txt" }}
- v5-python-{{ .Branch }}- - v5-python-{{ .Branch }}-
- v5-python-
- run: - run:
name: install python dependencies name: install python dependencies
command: | command: |
......
FROM cimg/python:3.9.10-node FROM cimg/python:3.10.6-node
# Set work directory. # Set work directory.
WORKDIR /usr/local/hypha 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