Specify py version

This commit is contained in:
Chris Proctor 2025-01-13 19:43:10 -05:00
parent b95753c8dc
commit 73263667f7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ authors = [
] ]
license = {text = "MIT"} license = {text = "MIT"}
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10,<4.0"
dependencies = [ dependencies = [
] ]