From 2d173ceb8d2024f5826ade3c7943d72e14450647 Mon Sep 17 00:00:00 2001 From: Konstantin Fickel Date: Fri, 3 Oct 2025 12:16:58 +0200 Subject: [PATCH] fix: fix version for nix build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac68eb7..39c537f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "streamer" version = "0.1.0" description = "Searching for tags in streams" readme = "README.md" -requires-python = "3.12.11" +requires-python = ">=3.12.11" dependencies = [ "click>=8.2.1", "mistletoe>=1.4.0",