From 1a956644d8616fade9c403dd338e4f7867886017 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:00:11 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- tox.ini | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2c2a10..700af53 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: - id: forbid-crlf - repo: https://github.com/python-formate/snippet-fmt - rev: v0.3.1 + rev: v0.3.2 hooks: - id: snippet-fmt additional_dependencies: diff --git a/pyproject.toml b/pyproject.toml index bc402bb..187f26a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = [ "flit-core<4,>=3.2",] +requires = [ 'flit-core<5,>=3.2; python_version >= "3.10"', 'flit-core<4,>=3.2; python_version < "3.10"',] build-backend = "flit_core.buildapi" [project] diff --git a/tox.ini b/tox.ini index 2ce2515..c2a9b7a 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,10 @@ # * tox # * envlists # * testenv:.package +# * testenv:py315-dev +# * testenv:py315 +# * testenv:py314-dev +# * testenv:py314 # * testenv:py313-dev # * testenv:py313 # * testenv:py312-dev