Skip to content

Commit a38d314

Browse files
author
artur.shiriev
committed
fix python version requirement in pyproject.toml
1 parent 3fa8d56 commit a38d314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "microbootstrap"
33
description = "Package for bootstrapping new micro-services"
44
readme = "README.md"
5-
requires-python = ">=3.11"
5+
requires-python = ">=3.9,<4"
66
keywords = [
77
"python",
88
"microservice",

0 commit comments

Comments
 (0)