chore!: upgrade Django version to 4.2 (LTS) (#33969)
* chore!: upgrade Django version to 4.2 (LTS) * feat: Upgrade Python dependency Django chore!: upgrade Django version to 4.2 Commit generated by workflow `openedx/edx-platform/.github/workflows/upgrade-one-python-dependency.yml@refs/heads/master` * chore: Update common.py * chore: Update common.py --------- Co-authored-by: Muhammad Soban Javed <iamsobanjaved@gmai.com> Co-authored-by: iamsobanjaved <iamsobanjaved@users.noreply.github.com> Co-authored-by: Awais Qureshi <awais.qureshi@arbisoft.com>
This commit is contained in:
committed by
GitHub
parent
4ec70eb98b
commit
fc8e40fb10
11
.github/workflows/migrations-check.yml
vendored
11
.github/workflows/migrations-check.yml
vendored
@@ -16,16 +16,11 @@ jobs:
|
||||
os: [ ubuntu-20.04 ]
|
||||
python-version: [ 3.8 ]
|
||||
# 'pinned' is used to install the latest patch version of Django
|
||||
# within the global constraint i.e. Django==3.2.21 in current case
|
||||
# within the global constraint i.e. Django==4.2.8 in current case
|
||||
# because we have global constraint of Django<4.2
|
||||
django-version: ["pinned", "4.2"]
|
||||
django-version: ["pinned"]
|
||||
mongo-version: ["4"]
|
||||
mysql-version: ["5.7", "8"]
|
||||
# excluding mysql5.7 with Django 4.2 since Django 4.2 has
|
||||
# dropped support for MySQL<8
|
||||
exclude:
|
||||
- django-version: "4.2"
|
||||
mysql-version: "5.7"
|
||||
mysql-version: ["8"]
|
||||
services:
|
||||
mongo:
|
||||
image: mongo:${{ matrix.mongo-version }}
|
||||
|
||||
1
.github/workflows/unit-tests.yml
vendored
1
.github/workflows/unit-tests.yml
vendored
@@ -17,7 +17,6 @@ jobs:
|
||||
- "3.8"
|
||||
django-version:
|
||||
- "pinned"
|
||||
- "4.2"
|
||||
# When updating the shards, remember to make the same changes in
|
||||
# .github/workflows/unit-tests-gh-hosted.yml
|
||||
shard_name:
|
||||
|
||||
Reference in New Issue
Block a user