diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-09 14:04:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-09 14:04:14 +0100 |
| commit | d6fbfea08d9bae4165df6a0cfbd4520b5e2242b2 (patch) | |
| tree | e6f69682df9974bab283952bbcedee543a2a53ad /.github | |
| parent | 59bea9efd2768102fc9d3aedda469502c218e9b7 (diff) | |
Added Python 3.12 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 be23c8853b..d758642ef7 100644 --- a/.github/workflows/schedule_tests.yml +++ b/.github/workflows/schedule_tests.yml @@ -20,6 +20,7 @@ jobs: - '3.9' - '3.10' - '3.11' + - '3.12-dev' name: Windows, SQLite, Python ${{ matrix.python-version }} continue-on-error: true steps: |
