Skip to content

Commit 38151b8

Browse files
authored
Merge pull request #209 from rragundez/python-version
Update python specifier
2 parents 541e33f + 9e972de commit 38151b8

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
@@ -5,7 +5,7 @@ description = "A fully Async FastAPI boilerplate using SQLAlchemy and Pydantic 2
55
authors = [{ name = "Igor Magalhaes", email = "[email protected]" }]
66
license = { text = "MIT" }
77
readme = "README.md"
8-
requires-python = "~=3.11"
8+
requires-python = ">=3.11, <4"
99
dependencies = [
1010
"python-dotenv>=1.0.0",
1111
"pydantic[email]>=2.6.1",

0 commit comments

Comments
 (0)