From 5bfc1e0af724f2c04c58f63a2fcc71b9bf11030a Mon Sep 17 00:00:00 2001 From: Forest Belton Date: Tue, 22 Jun 2021 03:01:16 -0400 Subject: [PATCH] Reduce required Python version --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7d37780..be40e66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -248,8 +248,8 @@ python-versions = "*" [metadata] lock-version = "1.1" -python-versions = "^3.9" -content-hash = "6a46752f4a24a2bba8adf3fc49cfab506ac08b4c2e0b7a844be1b36315301ccc" +python-versions = "^3.8" +content-hash = "298291104b6892022cb47c34680f925bc85fff59e768a225230ef84444acb002" [metadata.files] appdirs = [ diff --git a/pyproject.toml b/pyproject.toml index ab69dcd..6096368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Forest Belton <65484+forestbelton@users.noreply.github.com>"] [tool.poetry.dependencies] -python = "^3.9" +python = "^3.8" [tool.poetry.dev-dependencies] pytest = "^5.2"