chore: fix python to 3.10 so local and dev/prod match

This commit is contained in:
Benjamin Labrecque
2026-07-15 15:54:23 +02:00
parent bfb817a0d5
commit 9bafe6ca87
9 changed files with 70 additions and 1570 deletions
+1 -1
View File
@@ -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" }
]