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-03 16:47:38 +01:00
parent aea2be624e
commit 4ef3d1f225
6 changed files with 29 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "vban-cmd"
version = "1.3.3"
version = "1.4.0"
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"
@@ -8,7 +8,8 @@ readme = "README.md"
repository = "https://github.com/onyx-and-iris/vban-cmd-python"
[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
tomli = { version = "^2.0.1", python = "<3.11" }
[tool.poetry.dev-dependencies]