Skip to content

Commit a50fd07

Browse files
committed
chore: bump minimum Python version to 3.10
1 parent d461d17 commit a50fd07

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 = "[email protected]" }]
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)