Skip to content

Commit 74ab61e

Browse files
updated Python specification in pyproject.toml
1 parent eef4030 commit 74ab61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.1.0"
88
description = "code for fast simulations of galaxy clusters"
99
authors = [{name = "Eve Vavagiakis", email = "[email protected]"}]
1010
license = {text="LICENSE.txt"}
11-
requires-python = ">= 3.9"
11+
requires-python = ">= 3.9, <3.12"
1212
dependencies = [
1313
"camb >= 1.4.0",
1414
"h5py >= 3.8.0",

0 commit comments

Comments
 (0)