From 33f332ce0954a84a9799a72d27f52c9f105d56c9 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 15 May 2023 02:56:14 +0200 Subject: [PATCH] Allow Python 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cb7937..36c01c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ classifiers = [ # nothing means "this specific release" # 3.10.1 → == 3.10.1 -python = "~3.10" +python = "^3.10" pymongo = "^4.3.3" nltk = "^3.8.1" cfig = {extras = ["cli"], version = "^0.3.0"}