Lower version requirement
This commit is contained in:
parent
81c4c6e9b0
commit
7ff4c15498
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ from .protocol import InteractionModelOpcode, ProtocolId, SecureProtocolOpcode
|
|||
from . import session
|
||||
from .device_types.utility.root_node import RootNode
|
||||
|
||||
__version__ = "0.2.2"
|
||||
__version__ = "0.2.3"
|
||||
|
||||
|
||||
class CircuitMatter:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ authors = [{name = "Scott Shawcroft", email = "scott@adafruit.com"}]
|
|||
license = {file = "LICENSE"}
|
||||
classifiers = ["License :: OSI Approved :: MIT License"]
|
||||
dynamic = ["version", "description"]
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.11"
|
||||
readme = "README.md"
|
||||
dependencies = [
|
||||
"cryptography",
|
||||
|
|
|
|||
Loading…
Reference in a new issue