Lower version requirement

This commit is contained in:
Scott Shawcroft 2024-10-22 12:02:40 -07:00
parent 81c4c6e9b0
commit 7ff4c15498
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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",