python 3.9 shall also work for old os

This commit is contained in:
RNLgit
2026-06-13 23:25:11 +10:00
parent 6fadccb527
commit c032745eb5

View File

@@ -8,7 +8,7 @@ version = "0.1.4"
description = "Django reusable app for Bambu Lab 3D printer monitoring and filament inventory management" description = "Django reusable app for Bambu Lab 3D printer monitoring and filament inventory management"
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = {text = "MIT"}
requires-python = ">=3.10" requires-python = ">=3.9"
authors = [ authors = [
{name = "Runnan Li"}, {name = "Runnan Li"},
] ]