From a9ea30dec986e46fac6cfa4d97f380a026c8e552 Mon Sep 17 00:00:00 2001 From: dnutiu Date: Sun, 21 Jan 2024 22:25:05 +0200 Subject: [PATCH] update hatch environment --- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d4ff52a..c7581f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "nucuttrpgbot" dynamic = ["version"] description = 'A Discord BOT for TableTop Roleplaying Games!' readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.11" license = "MIT" keywords = [] authors = [ @@ -16,9 +16,6 @@ authors = [ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", @@ -59,7 +56,7 @@ cov = [ ] [[tool.hatch.envs.all.matrix]] -python = ["3.8", "3.9", "3.10", "3.11", "3.12"] +python = ["3.11", "3.12"] [tool.hatch.envs.types] dependencies = [