summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-10-22 15:36:10 +0200
committerGitHub <noreply@github.com>2025-10-22 15:36:10 +0200
commit5e2bbebed9f36bb9d15f168444e7982287761877 (patch)
treeaa9f0408cf05b816cdb3dd22ebec2625f837a5a0 /.github
parent185b049e9e72a5ff4b07e33605e10eb4f52ca74c (diff)
Refs #36664 -- Added Python 3.15 to daily builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/schedule_tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/schedule_tests.yml b/.github/workflows/schedule_tests.yml
index 402659b338..5490c35a4c 100644
--- a/.github/workflows/schedule_tests.yml
+++ b/.github/workflows/schedule_tests.yml
@@ -19,6 +19,7 @@ jobs:
- '3.12'
- '3.13'
- '3.14'
+ - '3.15-dev'
name: Windows, SQLite, Python ${{ matrix.python-version }}
continue-on-error: true
steps: