summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-10-13 16:34:26 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-10-17 19:26:34 +0200
commita27c2ef906ef7239d7714fe2e4adc48b2aa8a65a (patch)
treee36c9df673f7cb999331a22808eb8552385f7edf /.github/workflows/tests.yml
parent915d10a57d00ff3a6a67e095d5779e82f2c1ffba (diff)
[6.0.x] Refs #35844 -- Doc'd Python 3.14 compatibility.
Backport of 56977b466c33ca3da14a1ed2609172425a76a34e from main.
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d293f4dd0a..f46ec6dd2e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
python-version:
- - '3.13'
+ - '3.14'
name: Windows, SQLite, Python ${{ matrix.python-version }}
steps:
- name: Checkout