Skip to content

Commit 5234cd2

Browse files
committed
fixing Py_NewRef error by switching to Py 3.10
1 parent 7487a39 commit 5234cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Quad (128-bit) float dtype for numpy"
1414
version = "0.0.1"
1515
readme = 'README.md'
1616
authors = [{name = "Swayam Singh", email = "[email protected]"}]
17-
requires-python = ">=3.9.0"
17+
requires-python = ">=3.10.0"
1818
dependencies = [
1919
"numpy"
2020
]

0 commit comments

Comments
 (0)