From c183aba70fa1da39e9701931d5f0196392892b2a Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Wed, 26 Mar 2025 10:13:49 +0100 Subject: [PATCH] fix deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c75555..fc10015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "foucault" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.13" +requires-python = ">=3.10" dependencies = [ "nicegui>=2.12.1", "tomli-w>=1.2.0",