Moved to piwheels and 3.11

This commit is contained in:
2026-07-29 15:44:24 +01:00
parent 9afa07903c
commit 735dc4f7cf
3 changed files with 6 additions and 452 deletions

View File

@@ -3,7 +3,7 @@ name = "plotcctv"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.11,<3.12"
dependencies = [
"gpiozero>=2.0.1.post3",
"numpy>=2.5.1",
@@ -11,6 +11,10 @@ dependencies = [
"pyudev>=0.24.4",
]
[[tool.uv.index]]
name = "piwheels"
url = "https://www.piwheels.org/simple"
[tool.uv]
concurrent-builds = 1
concurrent-installs = 1