mirror of
https://github.com/trycua/computer.git
synced 2026-01-04 04:19:57 -06:00
fix(python): standardize Python version across all packages
- Updated all `libs/python/*/pyproject.toml` files to require Python >=3.12 - Synchronized root `pyproject.toml` and regenerated `uv.lock`
This commit is contained in:
@@ -20,7 +20,7 @@ keywords = ["apple-silicon", "macos", "virtualization", "vm"]
|
||||
license = { text = "MIT" }
|
||||
name = "pylume"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
[tool.pdm.version]
|
||||
path = "pylume/__init__.py"
|
||||
|
||||
Reference in New Issue
Block a user