Skip to content

Commit fcab522

Browse files
committedAug 21, 2024··
Don't limit to Py 3.10+
1 parent 4330387 commit fcab522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ classifiers = [
1919
"Development Status :: 4 - Beta",
2020
"Programming Language :: Python",
2121
"Programming Language :: Python :: 3",
22+
"Programming Language :: Python :: 3.9",
2223
"Programming Language :: Python :: 3.10",
2324
"Programming Language :: Python :: 3.11",
2425
"Programming Language :: Python :: 3.12",
2526
"Natural Language :: English",
2627
"Operating System :: OS Independent",
2728
"Topic :: Scientific/Engineering"
2829
]
29-
requires-python = ">=3.10"
30+
requires-python = ">=3.9"
3031
dependencies = [
3132
"bw2parameters",
3233
"multifunctional>=0.4.3",

0 commit comments

Comments
 (0)
Please sign in to comment.