升级到python 3.11

sh_branch
liangliangyy 3 years ago
parent c34cf43bf6
commit c5e4d1a23d

@ -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
@ -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

Loading…
Cancel
Save