Skip to content

Commit 3ca681e

Browse files
authored
Merge pull request #623 from liangliangyy/dev
升级到python 3.11
2 parents c6277d2 + c5e4d1a commit 3ca681e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.8", "3.9","3.10" ]
29+
python-version: [ "3.8", "3.9","3.10","3.11" ]
3030

3131
steps:
3232
- name: Start MySQL
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
max-parallel: 4
6868
matrix:
69-
python-version: [ "3.8", "3.9","3.10" ]
69+
python-version: [ "3.8", "3.9","3.10","3.11" ]
7070

7171
steps:
7272
- name: Start MySQL

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10
1+
FROM python:3
22
ENV PYTHONUNBUFFERED 1
33
WORKDIR /code/djangoblog/
44
RUN apt-get install default-libmysqlclient-dev -y && \

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
coverage==6.5.0
22
bleach==5.0.1
3-
Django==4.1.2
3+
Django==4.1.3
44
django-compressor==4.1
55
django-haystack==3.2.1
66
django-ipware==4.0.2
77
django-mdeditor==0.1.20
88
django-uuslug==2.0.0
99
elasticsearch==7.16.1
1010
elasticsearch-dsl==7.4.0
11-
gevent==21.12.0
11+
gevent==22.10.2
1212
jieba==0.42.1
1313
jsonpickle==2.2.0
1414
Markdown==3.4.1
1515
mysqlclient==2.1.1
16-
Pillow==9.2.0
16+
Pillow==9.3.0
1717
Pygments==2.13.0
1818
python-logstash==0.4.8
1919
python-slugify==6.1.2
20-
pytz==2022.4
20+
pytz==2022.6
2121
raven==6.10.0
2222
requests==2.28.1
2323
urllib3==1.26.12

0 commit comments

Comments
 (0)