Skip to content

Commit

Permalink
Revert python 3.9 (#126)
Browse files Browse the repository at this point in the history
* Reverted to Python 3.9

* Updated CHANGELOG

* Updated Changelog and version number
  • Loading branch information
shalinnijel2 authored Sep 6, 2022
1 parent eb360fb commit 7b2f923
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.1] - 2022-09-6

### Changed
- Reverted min Python version to 3.9 in pyproject.toml


## [0.10.0] - 2022-09-2

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The primary dependencies to install the project are the following:
> * Other non-Linux operating systems are not supported
>
> - Poetry [^3]
> - Python >= 3.10
> - Python >= 3.9
There are two recommended ways of running the project:

Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[mypy]
ignore_missing_imports = True
python_version = 3.10
python_version = 3.9
ignore_errors = False
follow_imports = silent
strict_optional = False
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
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]>",
Expand All @@ -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
Expand Down

0 comments on commit 7b2f923

Please sign in to comment.