From c032745eb52d69d1d9c9dc84ccc0559f6dac23db Mon Sep 17 00:00:00 2001 From: RNLgit Date: Sat, 13 Jun 2026 23:25:11 +1000 Subject: [PATCH] python 3.9 shall also work for old os --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3cf19a..1ad1c41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.1.4" description = "Django reusable app for Bambu Lab 3D printer monitoring and filament inventory management" readme = "README.md" license = {text = "MIT"} -requires-python = ">=3.10" +requires-python = ">=3.9" authors = [ {name = "Runnan Li"}, ]