update hatch environment
This commit is contained in:
parent
cd0be46295
commit
a9ea30dec9
1 changed files with 2 additions and 5 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue