Drop python3.7 because it's EOL
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
It's also no longer in the latest fully supported Ubuntu LTS
This commit is contained in:
parent
75c37b4aa7
commit
fb4149423a
@ -1,7 +1,6 @@
|
|||||||
# Build pipelines
|
# Build pipelines
|
||||||
|
|
||||||
PYTHON_VERSIONS = [
|
PYTHON_VERSIONS = [
|
||||||
"3.7",
|
|
||||||
"3.8",
|
"3.8",
|
||||||
"3.9",
|
"3.9",
|
||||||
"3.10",
|
"3.10",
|
||||||
|
@ -19,7 +19,7 @@ authors = [
|
|||||||
maintainers = [
|
maintainers = [
|
||||||
{ name = "Ian Fijolek", email = "iamthefij@gmail.com" }
|
{ name = "Ian Fijolek", email = "iamthefij@gmail.com" }
|
||||||
]
|
]
|
||||||
requires-python = ">=3.7"
|
requires-python = ">=3.8"
|
||||||
dependencies = ["requests"]
|
dependencies = ["requests"]
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
@ -53,7 +53,7 @@ run = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[tool.hatch.envs.test.matrix]]
|
[[tool.hatch.envs.test.matrix]]
|
||||||
python = ["3", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
|
python = ["3", "3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||||
|
|
||||||
[tool.hatch.envs.lint]
|
[tool.hatch.envs.lint]
|
||||||
detached = true
|
detached = true
|
||||||
|
Loading…
Reference in New Issue
Block a user