Skip to content

Commit 9f6daa2

Browse files
committed
allow python 3.12+
1 parent dca153e commit 9f6daa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "BetterCodeBetterScience"
33
version = "0.1.0"
44
description = "Code for BetterCodeBetterScience book"
55
readme = "README.md"
6-
requires-python = "==3.12.*"
6+
requires-python = ">=3.12"
77
dependencies = [
88
"jupyter-book>=1.0.2",
99
"numpy>=2.1.2",

0 commit comments

Comments
 (0)