From 04471b8b5b3d6a0918f7357171b152ead1d54228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Fri, 21 Apr 2023 14:37:26 +0200 Subject: [PATCH] remove python38 from pyproject.toml (#1632) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 880fba85..d30c359c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -35,14 +35,14 @@ files = [ [[package]] name = "astroid" -version = "2.15.2" +version = "2.15.3" description = "An abstract syntax tree for Python with inference support." category = "dev" optional = false python-versions = ">=3.7.2" files = [ - {file = "astroid-2.15.2-py3-none-any.whl", hash = "sha256:dea89d9f99f491c66ac9c04ebddf91e4acf8bd711722175fe6245c0725cc19bb"}, - {file = "astroid-2.15.2.tar.gz", hash = "sha256:6e61b85c891ec53b07471aec5878f4ac6446a41e590ede0f2ce095f39f7d49dd"}, + {file = "astroid-2.15.3-py3-none-any.whl", hash = "sha256:f11e74658da0f2a14a8d19776a8647900870a63de71db83713a8e77a6af52662"}, + {file = "astroid-2.15.3.tar.gz", hash = "sha256:44224ad27c54d770233751315fa7f74c46fa3ee0fab7beef1065f99f09897efe"}, ] [package.dependencies] @@ -2162,5 +2162,5 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" -python-versions = "^3.10 | ^3.9 | ^3.8.1" -content-hash = "d8cae4bcda9fcc8db58c08e1027d1e735dfe87e77584d7763348a6183c0fbad8" +python-versions = "^3.10 | ^3.9" +content-hash = "780be44d5f9abb4f5b4b1eb3ded16ff2762f49dfc990462c062b451a5f5220fa" diff --git a/pyproject.toml b/pyproject.toml index 3445fb98..c67998a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ generate-setup-file = false script = "tools/build.py" [tool.poetry.dependencies] -python = "^3.10 | ^3.9 | ^3.8.1" +python = "^3.10 | ^3.9" bech32 = "1.2.0" bitstring = "3.1.9" click = "8.0.4"