Skip to content

Commit

Permalink
Don't limit to Py 3.10+
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 21, 2024
1 parent 4330387 commit fcab522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,15 @@ classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering"
]
requires-python = ">=3.10"
requires-python = ">=3.9"
dependencies = [
"bw2parameters",
"multifunctional>=0.4.3",
Expand Down

0 comments on commit fcab522

Please sign in to comment.