Require Python 3.12 for workflow automation

This commit is contained in:
2026-07-13 14:07:14 +02:00
parent eabf2273a7
commit e35e5040a3
5 changed files with 16 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "photoanalyzer"
version = "0.1.0"
requires-python = ">=3.11"
requires-python = ">=3.12"
[tool.ruff]
line-length = 100