build executables on GitHub Actions with Python 3.11

pull/3177/head
Mike Fährmann 2 years ago
parent 4e80d3210e
commit b357c2dcf8
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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

Loading…
Cancel
Save