From 8444a64073ccd0d2f5927cb7cd9eb74166e32479 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Mon, 30 Sep 2024 18:12:23 -0700 Subject: [PATCH] Allow Python 3.13 in pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71154f4f6..daedd4142 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.13" +python = ">=3.10.0, <3.14" colorama = ">=0.4" # https://github.com/tartley/colorama/blob/master/CHANGELOG.rst cryptography = ">=3.0" # https://cryptography.io/en/latest/api-stability.html