Skip to content

Commit 5d3fafc

Browse files
committed
Only require Python 3.10, not 3.10.15. Let's see how it goes.
1 parent 4425c57 commit 5d3fafc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ezmsg"
3-
version = "3.7.1"
3+
version = "3.7.2"
44
description = "A simple DAG-based computation model"
55
authors = [
66
{ name = "Griffin Milsap", email = "griffin.milsap@gmail.com" },
@@ -13,7 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3",
1414
"Operating System :: OS Independent",
1515
]
16-
requires-python = ">=3.10.15"
16+
requires-python = ">=3.10"
1717
dependencies = [
1818
"array-api-compat>=1.12.0",
1919
"typing-extensions>=4.14.1",

0 commit comments

Comments
 (0)