Thu, 31 Aug 2023 14:51:37 +0200
Changed the 'pyproject.toml' to require Python3 up to 3.12.
--- a/pyproject.toml Thu Aug 31 14:49:37 2023 +0200 +++ b/pyproject.toml Thu Aug 31 14:51:37 2023 +0200 @@ -54,7 +54,7 @@ "IDE", "Python3", ] -requires-python = ">=3.8, <3.12" +requires-python = ">=3.8, <3.13" dependencies = [ "pip>=21.1", "wheel",