nuitka 3.11 quick!

This commit is contained in:
shenjack 2023-02-19 11:47:05 +08:00
parent f9f4bc2490
commit 54efb392ee

View File

@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.11"]
python-version: ["3.8", "3.10"] # 3.11 still not support by nuitka
runs-on: ${{ matrix.os }}