From 5a4af800f0509577781a4c1594e615373cd8a0d0 Mon Sep 17 00:00:00 2001 From: jupfi Date: Sun, 28 Apr 2024 07:37:38 +0200 Subject: [PATCH] Corrected python version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d83a57..06e411a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ description = "A template for nqrduck modules. Also used for testing." readme = "README.md" license = { file="LICENSE" } -requires-python = ">=3.8" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3",