Corrected python version.

This commit is contained in:
jupfi 2024-04-28 07:37:38 +02:00
parent 88f7f8bf23
commit 5a4af800f0

View file

@ -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",