🐛 Fix types, python version and linter warnings

This commit is contained in:
2025-11-05 16:25:25 +01:00
parent 10695c378c
commit 46c268d1d4
4 changed files with 101 additions and 101 deletions

View File

@@ -3,7 +3,7 @@ name = "esc-drammatic-pause"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.12,<3.14"
dependencies = [
"pytest>=8.4.0",
"rich>=14.0.0",