From 51a4aa676b9ac3dc62398ba5eec64a0c4ebdc619 Mon Sep 17 00:00:00 2001 From: laughingman7743 Date: Mon, 6 May 2024 18:24:31 +0900 Subject: [PATCH] Bump version to v3.8.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 980943f8..b912d986 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "tenacity>=4.1.0", "fsspec", ] -requires-python = ">=3.8.1" # https://bugs.python.org/issue38342 +requires-python = ">=3.8.2" # https://bugs.python.org/issue38342 readme = "README.rst" license = {file = "LICENSE"} classifiers = [