We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4425c57 commit 5d3fafcCopy full SHA for 5d3fafc
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ezmsg"
3
-version = "3.7.1"
+version = "3.7.2"
4
description = "A simple DAG-based computation model"
5
authors = [
6
{ name = "Griffin Milsap", email = "griffin.milsap@gmail.com" },
@@ -13,7 +13,7 @@ classifiers = [
13
"Programming Language :: Python :: 3",
14
"Operating System :: OS Independent",
15
]
16
-requires-python = ">=3.10.15"
+requires-python = ">=3.10"
17
dependencies = [
18
"array-api-compat>=1.12.0",
19
"typing-extensions>=4.14.1",
0 commit comments