-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #166 from NREL/f3/fix-pytest-issues
Fix issues encountered during pytest
- Loading branch information
Showing
3 changed files
with
231 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ authors = [{ name = "NREL/MTES/CIMS/MBAP Group", email = "[email protected]" }] | |
description = "Tool for modeling vehicle powertrains" | ||
readme = "README.md" | ||
license = { file = "LICENSE.md" } | ||
requires-python = ">=3.8,<3.11" | ||
requires-python = ">=3.10,<3.12" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: Other/Proprietary License", | ||
|
Oops, something went wrong.