build executables on GitHub Actions with Python 3.10

pull/2621/head
Mike Fährmann 2 years ago
parent eeef9ccdc1
commit 318b0ba93d
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.9"]
python-version: ["3.10"]
architecture: ["x64"]
include:
- os: "windows-2019"

Loading…
Cancel
Save