diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-10-25 05:34:09 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-10-26 09:42:51 +0200 |
| commit | 2e82fa54ca732948f3ad3f723acb341f60e45f19 (patch) | |
| tree | 62be6ba0eb26ce3964c3fc5c9097a557e613611d /.github/workflows/schedule_tests.yml | |
| parent | 80777d30b34968c39479d943822d2d335aba1571 (diff) | |
Refs #33173 -- Used Python 3.11 for GitHub actions.
Diffstat (limited to '.github/workflows/schedule_tests.yml')
| -rw-r--r-- | .github/workflows/schedule_tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml index 4677a3ed32..be23c8853b 100644 --- a/.github/workflows/schedule_tests.yml +++ b/.github/workflows/schedule_tests.yml @@ -19,7 +19,7 @@ jobs: - '3.8' - '3.9' - '3.10' - - '3.11-dev' + - '3.11' name: Windows, SQLite, Python ${{ matrix.python-version }} continue-on-error: true steps: |
