Skip to content

Commit 43e2ef3

Browse files
committed
Loosen Python version requirement
1 parent 840f4d8 commit 43e2ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 = "wyoming"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
description = "Peer-to-peer protocol for voice assistants"
55
readme = "README.md"
6-
requires-python = ">=3.8.1,<3.14"
6+
requires-python = ">=3.8"
77
license = {text = "MIT"}
88
authors = [
99
{name = "Michael Hansen", email = "[email protected]"}

0 commit comments

Comments
 (0)