Skip to content

Commit c5e4d1a

Browse files
committed
升级到python 3.11
1 parent c34cf43 commit c5e4d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)