Fix: fixing python version to satisfy dependencies
All checks were successful
ci/woodpecker/push/woodpecker_ci Pipeline was successful
ci/woodpecker/tag/woodpecker_ci Pipeline was successful

This commit is contained in:
Mr Finchum 2025-11-03 12:55:36 +01:00
parent 21378f2f5b
commit 42e7a473ec
Signed by: CodeByMrFinchum
GPG key ID: C06071E8082FFA0B
2 changed files with 5 additions and 1 deletions

View file

@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [{ name = "Mr Finchum" }]
description = "User interface for optima35."
readme = "../pip_README.md"
requires-python = ">=3.8, <4.0"
requires-python = ">=3.9, <3.14"
dependencies = [
"optima35>=1.0.0, <2.0.0",
"PyPiUpdater>=0.7.2, <1.0.0",