From 56b70e9b7e7956f79a057c8744a7783b7a9be8ac Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 10 Jul 2023 22:45:09 -0400 Subject: [PATCH] Only require python 3.10 --- poetry.lock | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 poetry.lock diff --git a/poetry.lock b/poetry.lock new file mode 100644 index 0000000..7241cfd --- /dev/null +++ b/poetry.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +package = [] + +[metadata] +lock-version = "2.0" +python-versions = "^3.10" +content-hash = "17ca553b0bb9298a6ed528dd21e544ca433179192dba32a9920168e1c199d74f" diff --git a/pyproject.toml b/pyproject.toml index 9ab73e4..445dcde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Chris Proctor "] license = "MIT" [tool.poetry.dependencies] -python = "^3.11" +python = "^3.10" [tool.poetry.dev-dependencies]