build executables on GitHub Actions with Python 3.11

This commit is contained in:
Mike Fährmann
2022-11-02 18:43:37 +01:00
parent 4e80d3210e
commit b357c2dcf8

View File

@@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
python-version: ["3.10"]
python-version: ["3.11"]
architecture: ["x64"]
include:
- os: "windows-2019"