chore: fix python to 3.10 so local and dev/prod match
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
name = "agebd-cli"
|
||||
version = "0.1.0"
|
||||
description = "CLI for SLS HLA Framework"
|
||||
requires-python = ">=3.9"
|
||||
requires-python = "==3.10.*"
|
||||
authors = [
|
||||
{ name = "Benjamin Labrecque" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user