-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reverted to Python 3.9 * Updated CHANGELOG * Updated Changelog and version number
- Loading branch information
1 parent
eb360fb
commit 7b2f923
Showing
4 changed files
with
10 additions
and
4 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "iso15118" | ||
version = "0.10.0" | ||
version = "0.10.1" | ||
description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC" | ||
authors = ["André Duarte <[email protected]>", | ||
"Dr. Marc Mültin <[email protected]>", | ||
|
@@ -11,7 +11,7 @@ authors = ["André Duarte <[email protected]>", | |
"Lukas Lombriser <[email protected]"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
python = "^3.9" | ||
environs = "^9.5.0" | ||
# For now, only version 3.4.6 is supported as was not possible to install | ||
# more recent versions in arm archs | ||
|