Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
hypha
Commits
6f23e7b2
Unverified
Commit
6f23e7b2
authored
2 years ago
by
Fredrik Jonsson
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2952 from HyphaApp/maintenance/python-3-10-6
Upgrade to python 3.10.
parents
303e4cb7
f3d3e79f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.circleci/config.yml
+2
-3
2 additions, 3 deletions
.circleci/config.yml
docker/Dockerfile.dev
+1
-1
1 addition, 1 deletion
docker/Dockerfile.dev
runtime.txt
+1
-1
1 addition, 1 deletion
runtime.txt
with
4 additions
and
5 deletions
.circleci/config.yml
+
2
−
3
View file @
6f23e7b2
...
@@ -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
:
|
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile.dev
+
1
−
1
View file @
6f23e7b2
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
...
...
This diff is collapsed.
Click to expand it.
runtime.txt
+
1
−
1
View file @
6f23e7b2
python-3.
9.
10
python-3.10
.6
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment