From 6c610f8a1803e4bddb28dcf8c45b5fcdad5120ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denilson=20S=C3=A1=20Maia?= Date: Fri, 17 Nov 2023 10:05:52 +0100 Subject: [PATCH] Removing the <3.11 version limit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f2760b..39ac8db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.10,<3.11" # The upper-bound here is just because that is required for PyInstaller. +python = "^3.10" [tool.poetry.dev-dependencies] pytest = "^7.1.1"