Skip to content

Commit e91b586

Browse files
author
Lemonyte
committed
Bump minimum python version to 3.10
1 parent 9458053 commit e91b586

File tree

2 files changed

+62
-80
lines changed

2 files changed

+62
-80
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dynamic = ["version"]
1010
description = "Contiguity's official Python SDK"
1111
readme = "README.md"
1212
license = {file = "LICENSE.txt"}
13-
requires-python = ">=3.9"
13+
requires-python = ">=3.10"
1414
authors = [
1515
{name = "Contiguity", email = "help@contiguity.support"},
1616
]

0 commit comments

Comments
 (0)