We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4330387 commit fcab522Copy full SHA for fcab522
pyproject.toml
@@ -19,14 +19,15 @@ classifiers = [
19
"Development Status :: 4 - Beta",
20
"Programming Language :: Python",
21
"Programming Language :: Python :: 3",
22
+ "Programming Language :: Python :: 3.9",
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
26
"Natural Language :: English",
27
"Operating System :: OS Independent",
28
"Topic :: Scientific/Engineering"
29
]
-requires-python = ">=3.10"
30
+requires-python = ">=3.9"
31
dependencies = [
32
"bw2parameters",
33
"multifunctional>=0.4.3",
0 commit comments