File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
set -eux
4
4
5
5
# Install django-mongodb-backend
6
- /opt/python/3.10 /bin/python3 -m venv venv
6
+ /opt/python/3.12 /bin/python3 -m venv venv
7
7
. venv/bin/activate
8
8
python -m pip install -U pip
9
9
pip install -e .
10
10
11
11
# Install django and test dependencies
12
- git clone --branch mongodb-5.2 .x https://github.com/mongodb-forks/django django_repo
12
+ git clone --branch mongodb-6.0 .x https://github.com/mongodb-forks/django django_repo
13
13
pushd django_repo/tests/
14
14
pip install -e ..
15
15
pip install -r requirements/py3.txt
Original file line number Diff line number Diff line change 33
33
uses : actions/checkout@v4
34
34
with :
35
35
repository : ' mongodb-forks/django'
36
- ref : ' mongodb-5.2 .x'
36
+ ref : ' mongodb-6.0 .x'
37
37
path : ' django_repo'
38
38
persist-credentials : false
39
39
- name : Install system packages for Django's Python test dependencies
Original file line number Diff line number Diff line change 1
- __version__ = "5.2 .0a0"
1
+ __version__ = "6.0 .0a0"
2
2
3
3
# Check Django compatibility before other imports which may fail if the
4
4
# wrong version of Django is installed.
You can’t perform that action at this time.
0 commit comments