outcommented python 3.12 as its not supported by nuitka yet

This commit is contained in:
DJ2LS 2023-01-20 20:16:19 +01:00
parent 059d23fa31
commit 8e9b9c9199

View file

@ -21,7 +21,7 @@ jobs:
- python-version: "3.9"
- python-version: "3.10"
- python-version: "3.11"
- python-version: "3.12-dev"
#- python-version: "3.12-dev"
steps:
- uses: actions/checkout@v3