Specify py version
This commit is contained in:
parent
b95753c8dc
commit
73263667f7
|
@ -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 = [
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue