From 21ed10c7b018731c154ca698a51e6f178bbc113d Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 29 Oct 2022 13:00:12 -0700 Subject: [PATCH] Including Python 3.12 in allowable versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 233ac12c..7a8b8b10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Funding" = "https://opencollective.com/jrnl" [tool.poetry.dependencies] -python = ">=3.10.0, <3.12" +python = ">=3.10.0, <3.13" ansiwrap = "^0.8.4" colorama = ">=0.4" # https://github.com/tartley/colorama/blob/master/CHANGELOG.rst