From cf4a1d295f06f03d625f79874e4c1c146de4501e Mon Sep 17 00:00:00 2001 From: Onyx and Iris Date: Thu, 16 Jan 2025 20:22:31 +0000 Subject: [PATCH] upd python-requires --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3d44e99..e2bef65 100644 --- a/poetry.lock +++ b/poetry.lock @@ -371,5 +371,5 @@ virtualenv = "*" [metadata] lock-version = "2.1" -python-versions = "<4.0,>=3.10" -content-hash = "6cd4c5329b1df022fdec343a52a0fda804c33234b208aab94025e6798ea6820d" +python-versions = ">=3.10" +content-hash = "dbba803b0ac29e3120c3f302260b600a8ef58bfac91c41a58f242804f17b89ba" diff --git a/pyproject.toml b/pyproject.toml index 493ea50..950de50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ ] license = {text = "MIT"} readme = "README.md" -requires-python = "<4.0,>=3.10" +requires-python = ">=3.10" dependencies = [ "python-osc (>=1.9.3,<2.0.0)", "tomli (>=2.0.1,<3.0) ; python_version < '3.11'"