build executables on GitHub Actions with Python 3.10
This commit is contained in:
2
.github/workflows/executables.yml
vendored
2
.github/workflows/executables.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user