tomli/tomllib compatibility layer added.

Type annotation Self removed.

python version requirement changed.

tomli added as runtime dependency if py ver < 3.11

minor version bump.
This commit is contained in:
onyx-and-iris
2022-09-05 17:06:11 +01:00
parent 731f0906ef
commit db789b8342
6 changed files with 31 additions and 59 deletions

View File

@@ -11,6 +11,12 @@ Before any major/minor/patch patch is released all unit tests will be run to ver
- [x]
## [1.1.0] - 2022-09-05
### Added
- tomli/tomllib compatibility layer to support python 3.10
## [1.0.2] - 2022-08-07
### Added