Skip to content

Commit 0b071d1

Browse files
committed
Fix python versioning
1 parent 918e8bc commit 0b071d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Topic :: Scientific/Engineering :: Mathematics",
3131
"Topic :: Scientific/Engineering :: Visualization",
3232
]
33-
requires-python = ">=3.10, <=3.12"
33+
requires-python = ">=3.10, <3.13"
3434
dependencies = [
3535
"arrow",
3636
"bw2analyzer>=0.11.5",

0 commit comments

Comments
 (0)