1
0
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:
Mike Fährmann 2022-11-02 18:43:37 +01:00
parent 4e80d3210e
commit b357c2dcf8
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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"