Skip to content

Commit 90dd02e

Browse files
committed
packaging: newer python versions allowed
1 parent 1559f88 commit 90dd02e

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
@@ -6,8 +6,8 @@ authors = [
66
{name = "R. Bjornsson", email = "[email protected]" }
77
]
88
readme = "README.md"
9-
#Some problem with 3.12 (jan 2024)
10-
requires-python = ">= 3.7, < 3.12"
9+
#Some problem with 3.12 (jan 2024) q
10+
requires-python = ">= 3.7"
1111
#geometric and numpy main dependencies
1212
dependencies = [
1313
'geometric >=1.0.1',

0 commit comments

Comments
 (0)