Skip to content

Commit

Permalink
升级到python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
liangliangyy committed Nov 16, 2022
1 parent c34cf43 commit c5e4d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [ "3.8", "3.9","3.10" ]
python-version: [ "3.8", "3.9","3.10","3.11" ]

steps:
- name: Start MySQL
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [ "3.8", "3.9","3.10" ]
python-version: [ "3.8", "3.9","3.10","3.11" ]

steps:
- name: Start MySQL
Expand Down

0 comments on commit c5e4d1a

Please sign in to comment.