Skip to content

Commit fd68283

Browse files
authored
fix: set minimum python version in starter project (#51)
1 parent cbad5b8 commit fd68283

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

v1/python-starter/Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ url = "https://pypi.org/simple"
33
verify_ssl = true
44
name = "python starter"
55

6+
[requires]
7+
python_version = ">=3.11.0"
8+
69
[packages]
710
nitric = "==1.1.0"
811

0 commit comments

Comments
 (0)