Skip to content

Commit 3906402

Browse files
authored
Allow all Python 3.10 versions (#1071)
1 parent 5a961e3 commit 3906402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727

2828
[tool.poetry.dependencies]
29-
python = ">=3.6.2, <=3.10.0"
29+
python = ">=3.6.2, <=3.10"
3030

3131
boto3 = "^1.20.17"
3232
botocore = "^1.23.17"

0 commit comments

Comments
 (0)