From 1205814219ecb77ec5170bb78bbeea56d961e132 Mon Sep 17 00:00:00 2001 From: Daniel Bernstein Date: Wed, 6 Sep 2023 09:53:17 -0700 Subject: [PATCH] Set minimum python version to 3.9 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- tox.ini | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index f5358ae..7c205e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -727,5 +727,5 @@ test = ["websockets"] [metadata] lock-version = "2.0" -python-versions = "^3.10" -content-hash = "77ed418b75562d548e1ffa3b2831f12cd32ca5390c7dbbfa6d4023355823d377" +python-versions = "^3.9" +content-hash = "19b3c796b95ba91307a777f997262bffef23f4484ddc3bb812ecf15a9631346e" diff --git a/pyproject.toml b/pyproject.toml index 08dcdb6..4f4cf78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ tox-docker = "^4.1" tox-gh-actions = "^3.0" [tool.poetry.dependencies] -python = "^3.10" +python = "^3.9" boto3 = "^1.18" botocore = "^1.21" click = "^8.1.3" diff --git a/tox.ini b/tox.ini index b1732ea..c49b2c1 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,6 @@ allowlist_externals = [gh-actions] python = - 3.8: py38 3.9: py39 3.10: py310 3.11: py311