Skip to content

Commit 869fe10

Browse files
authoredMay 9, 2023
Update Django test workflow (#594)
Django 3.2 LTS will be supported until 2024-04.
1 parent d2c07e8 commit 869fe10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/django.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-python@v4
2020
with:
2121
# https://www.mail-archive.com/django-updates@googlegroups.com/msg209056.html
22-
python-version: "3.8"
22+
python-version: "3.11"
2323

2424
- name: Install mysqlclient
2525
env:
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Run Django test
3434
env:
35-
DJANGO_VERSION: "2.2.24"
35+
DJANGO_VERSION: "3.2.19"
3636
run: |
3737
sudo apt-get install libmemcached-dev
3838
wget https://github.com/django/django/archive/${DJANGO_VERSION}.tar.gz

0 commit comments

Comments
 (0)
Please sign in to comment.