From 2c0f4269c2964aea05ef66fff053779e8bf72340 Mon Sep 17 00:00:00 2001 From: Filip Salomonsson Date: Tue, 2 Apr 2024 20:41:02 +0200 Subject: [PATCH] Support Python 3.8+ --- poetry.lock | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7381703..7b971a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -315,6 +315,7 @@ mccabe = ">=0.6,<0.8" platformdirs = ">=2.2.0" tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} tomlkit = ">=0.10.1" +typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""} [package.extras] spelling = ["pyenchant (>=3.2,<4.0)"] @@ -395,5 +396,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = "^3.10" -content-hash = "be9c7f934fdb0ca36f049b7a8a8bb2c09b7ca3ff8cc41af4f93f7699ef2e28f8" +python-versions = "^3.8" +content-hash = "c52043d7aa1a12bc443053a660433c67888d801b3775d640f2e4d3f60ffdfb7e" diff --git a/pyproject.toml b/pyproject.toml index 4d2859c..df5a21e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" repository = "http://github.com/filipsalomonsson/surblclient" [tool.poetry.dependencies] -python = "^3.10" +python = "^3.8" [tool.poetry.group.test.dependencies]