Skip to content

Commit

Permalink
Lower version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Oct 22, 2024
1 parent 81c4c6e commit 7ff4c15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circuitmatter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from . import session
from .device_types.utility.root_node import RootNode

__version__ = "0.2.2"
__version__ = "0.2.3"


class CircuitMatter:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{name = "Scott Shawcroft", email = "[email protected]"}]
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",
Expand Down

0 comments on commit 7ff4c15

Please sign in to comment.