diff --git a/.github/workflows/executables.yml b/.github/workflows/executables.yml index 8a7313d0..2954d6f0 100644 --- a/.github/workflows/executables.yml +++ b/.github/workflows/executables.yml @@ -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"