From bfc84bbbff459caa2fe821ea0d2b875f818fb0a6 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 14 Dec 2021 12:13:05 +0100 Subject: [PATCH] Allow all Python 3.10 versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21d705ca9..733bfdecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.6.2, <=3.10.0" +python = ">=3.6.2, <=3.10" boto3 = "^1.20.17" botocore = "^1.23.17"