Skip to content

Commit 817a816

Browse files
authored
Merge pull request #39 from jotonedev/38-cannot-import-pyown-with-python3113
Update minimum python version
2 parents d1c6c9c + 577a2f4 commit 817a816

File tree

2 files changed

+5
-49
lines changed

2 files changed

+5
-49
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "pyown"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
description = "Python wrapper for OpenWebNet protocol"
55
authors = [{ name = "John Toniutti", email = "john.toniutti@gmail.com" }]
6-
requires-python = ">=3.11"
6+
requires-python = ">=3.11.4"
77
readme = "README.md"
88
license = "GPL-3.0-or-later"
99
keywords = [

uv.lock

Lines changed: 3 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)