From ba7419445f802c469d1ab0dbd9c5e80086eb1179 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 7 May 2025 17:13:50 -0700 Subject: [PATCH] Try this on Python 3.9 --- .github/workflows/test-sqlite-support.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-sqlite-support.yml b/.github/workflows/test-sqlite-support.yml index 33569f1..256a2ce 100644 --- a/.github/workflows/test-sqlite-support.yml +++ b/.github/workflows/test-sqlite-support.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: platform: [ubuntu-latest] - python-version: ["3.13"] + python-version: ["3.9"] sqlite-version: [ "3.46", "3.23.1", # 2018-04-10, before UPSERT