update hatch environment

This commit is contained in:
Denis-Cosmin Nutiu 2024-01-21 22:25:05 +02:00
parent cd0be46295
commit a9ea30dec9

View file

@ -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 = [