diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-20 19:52:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 19:52:56 +0100 |
| commit | 00a950f923435188a6c1d4ccdcb42c37cdc3976a (patch) | |
| tree | ed0d9611ec07985239a801d8903cfbd7a3c192ce /.github | |
| parent | f1697ec7c8fc851baa9c890a605acb67f04210f2 (diff) | |
Refs #34900 -- Added Python 3.13 to daily builds.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/schedule_tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml index 33f33a9708..edd4bd16be 100644 --- a/.github/workflows/schedule_tests.yml +++ b/.github/workflows/schedule_tests.yml @@ -19,6 +19,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13-dev' name: Windows, SQLite, Python ${{ matrix.python-version }} continue-on-error: true steps: |
