Skip to content

Commit cddf4d5

Browse files
committed
chore: bump minimum Python version to 3.10
1 parent 1a2666b commit cddf4d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "wherobots-python-dbapi"
33
version = "0.22.0"
44
description = "Python DB-API driver for Wherobots DB"
55
authors = [{ name = "Maxime Petazzoni", email = "max@wherobots.com" }]
6-
requires-python = ">=3.8, <4"
6+
requires-python = ">=3.10, <4"
77
readme = "README.md"
88
license = "Apache-2.0"
99
dependencies = [

0 commit comments

Comments
 (0)