chore: bump minimum Python version to 3.12.3 (#37052)

This commit is contained in:
Trey Moen
2026-02-02 09:13:49 -07:00
committed by GitHub
parent 831f2396d9
commit fd50941cff
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "openpilot"
requires-python = ">= 3.11, < 3.13"
requires-python = ">= 3.12.3, < 3.13"
license = {text = "MIT License"}
version = "0.1.0"
description = "an open source driver assistance system"