Dropped support for Python 3.8 because of EOL.
This commit is contained in:
@@ -9,7 +9,7 @@ authors = [{ name = "Profitroll", email = "profitroll@end-play.xyz" }]
|
||||
maintainers = [{ name = "Profitroll", email = "profitroll@end-play.xyz" }]
|
||||
description = "Small module that makes your journey with RMV REST API somehow easier."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
requires-python = ">=3.9"
|
||||
license = { text = "MIT" }
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
@@ -17,7 +17,6 @@ classifiers = [
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
@@ -46,7 +45,7 @@ speed = { file = "requirements/speed.txt" }
|
||||
where = ["src"]
|
||||
|
||||
[tool.black]
|
||||
target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
|
||||
target-version = ['py39', 'py310', 'py311', 'py312']
|
||||
line-length = 94
|
||||
|
||||
[tool.isort]
|
||||
@@ -66,7 +65,7 @@ show_error_codes = true
|
||||
|
||||
[tool.pylint.main]
|
||||
extension-pkg-whitelist = ["ujson"]
|
||||
py-version = 3.8
|
||||
py-version = 3.9
|
||||
|
||||
[tool.coverage.run]
|
||||
source = ["pyrmv"]
|
||||
|
Reference in New Issue
Block a user