We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c07e8 commit 869fe10Copy full SHA for 869fe10
.github/workflows/django.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/setup-python@v4
20
with:
21
# https://www.mail-archive.com/[email protected]/msg209056.html
22
- python-version: "3.8"
+ python-version: "3.11"
23
24
- name: Install mysqlclient
25
env:
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Run Django test
34
35
- DJANGO_VERSION: "2.2.24"
+ DJANGO_VERSION: "3.2.19"
36
run: |
37
sudo apt-get install libmemcached-dev
38
wget https://github.com/django/django/archive/${DJANGO_VERSION}.tar.gz
0 commit comments