mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/language-data.git
synced 2025-10-04 15:12:29 +08:00
deps: Bump Python version
This commit is contained in:
parent
8bb9a4878f
commit
92643099e0
2 changed files with 3 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
requires = ["setuptools", "wheel", "translate-toolkit"] # PEP 508 specifications.
|
||||
|
||||
[tool.black]
|
||||
target-version = ['py37']
|
||||
target-version = ['py39']
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
@ -55,7 +55,7 @@ select = [
|
|||
"SLF",
|
||||
"N"
|
||||
]
|
||||
target-version = "py37"
|
||||
target-version = "py39"
|
||||
|
||||
[tool.ruff.mccabe]
|
||||
max-complexity = 16
|
||||
|
|
|
@ -18,11 +18,6 @@ classifiers =
|
|||
Programming Language :: Python
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: 3.7
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Topic :: Software Development :: Internationalization
|
||||
Topic :: Software Development :: Localization
|
||||
Topic :: Utilities
|
||||
|
@ -37,7 +32,7 @@ project_urls =
|
|||
|
||||
[options]
|
||||
packages = weblate_language_data
|
||||
python_requires = >=3.7
|
||||
python_requires = >=3.9
|
||||
include_package_data = 1
|
||||
package_dir = weblate_language_data=weblate_language_data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue