deps: Bump Python version

This commit is contained in:
Michal Čihař 2023-10-03 07:35:09 +02:00
parent 8bb9a4878f
commit 92643099e0
2 changed files with 3 additions and 8 deletions

View file

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

View file

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