1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2025-01-31 11:41:35 +01:00

[workflows:executables] use Python 3.13

This commit is contained in:
Mike Fährmann 2024-12-25 19:50:26 +01:00
parent 99de0e1867
commit c6d5e25055
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -24,12 +24,12 @@ jobs:
matrix:
os: ["windows-latest", "macOS-latest"]
architecture: ["x64"]
python-version: ["3.12"]
python-version: ["3.13"]
python-packages: [""]
include:
- os: "ubuntu-latest"
architecture: "x64"
python-version: "3.12"
python-version: "3.13"
python-packages: "secretstorage"
- os: "windows-2019"
architecture: "x86"