mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 12:12:34 +01:00
build executables on GitHub Actions with Python 3.11
This commit is contained in:
parent
4e80d3210e
commit
b357c2dcf8
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.10"]
|
||||
python-version: ["3.11"]
|
||||
architecture: ["x64"]
|
||||
include:
|
||||
- os: "windows-2019"
|
||||
|
Loading…
Reference in New Issue
Block a user