Skip to content

Commit 534c42f

Browse files
committed
django 4.0支持
1 parent a78bc4d commit 534c42f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
max-parallel: 4
2828
matrix:
29-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
29+
python-version: [ 3.7, 3.8, 3.9 ,3.10 ]
3030

3131
steps:
3232
- name: Start MySQL
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
max-parallel: 4
6767
matrix:
68-
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
68+
python-version: [ 3.7, 3.8, 3.9,3.10 ]
6969

7070
steps:
7171
- name: Start MySQL

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
coverage==6.2
1+
coverage==6.3.2
22
bleach==4.1.0
3-
Django==4.0.2
3+
Django==4.0.3
44
django-compressor==3.1
5-
django-haystack==3.1.1
5+
django-haystack==3.2.dev0
66
django-ipware==4.0.2
77
django-mdeditor==0.1.20
88
django-uuslug==2.0.0
@@ -17,7 +17,7 @@ Pillow==9.0.1
1717
Pygments==2.11.2
1818
python-logstash==0.4.6
1919
python-memcached==1.59
20-
python-slugify==6.1.0
20+
python-slugify==6.1.1
2121
pytz==2021.3
2222
raven==6.10.0
2323
requests==2.26.0

0 commit comments

Comments
 (0)