Skip to content

Commit 1b7e1d9

Browse files
committed
fix: bump maximum supported Python version to include 3.13
1 parent e67a913 commit 1b7e1d9

File tree

2 files changed

+136
-2
lines changed

2 files changed

+136
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "harlequin-wherobots"
33
version = "0.7.0"
44
description = "Harlequin adapter for Wherobots' Spatial SQL API"
55
authors = [{ name = "Maxime Petazzoni", email = "max@wherobots.com" }]
6-
requires-python = ">=3.9,<3.13"
6+
requires-python = ">=3.9,<3.14"
77
readme = "README.md"
88
dependencies = [
99
"harlequin",

0 commit comments

Comments
 (0)