diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4829872..6701ca7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,13 +13,13 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/asottile/reorder-python-imports - rev: v3.15.0 + rev: v3.16.0 hooks: - id: reorder-python-imports args: [--py3-plus] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.8.0 + rev: v3.1.0 hooks: - id: setup-cfg-fmt diff --git a/setup.cfg b/setup.cfg index ca71871..db8b52c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ keywords = utils-lib, utilities [options] packages = find: -python_requires = >=3.9, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* +python_requires = >=3.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.* include_package_data = False package_dir = =utils