From 7ed33faf2f008dbd9cdbc9be89ddd05350f22038 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:59:32 +0000 Subject: [PATCH 1/2] Updated files with 'repo_helper'. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index a58dcde..220c85b 100644 --- a/tox.ini +++ b/tox.ini @@ -52,7 +52,6 @@ download = True setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1 - UNSAFE_PYO3_SKIP_VERSION_CHECK=1 [testenv:py312] download = True From f56e67603c10fec42ae5e342de141e0916b1a5b1 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:12:50 +0000 Subject: [PATCH 2/2] Updated files with 'repo_helper'. --- .github/workflows/flake8.yml | 2 +- .github/workflows/mypy.yml | 2 +- pyproject.toml | 2 +- setup.cfg | 2 +- tox.ini | 9 +++++---- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml index af1b394..5e67c5c 100644 --- a/.github/workflows/flake8.yml +++ b/.github/workflows/flake8.yml @@ -35,7 +35,7 @@ jobs: if: steps.changes.outputs.code == 'true' uses: "actions/setup-python@v5" with: - python-version: "3.8" + python-version: "3.9" - name: Install dependencies 🔧 if: steps.changes.outputs.code == 'true' diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 58a228d..0aa0723 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -40,7 +40,7 @@ jobs: if: steps.changes.outputs.code == 'true' uses: "actions/setup-python@v5" with: - python-version: "3.8" + python-version: "3.9" - name: Install dependencies 🔧 run: | diff --git a/pyproject.toml b/pyproject.toml index aa410c8..53ec524 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ platforms = [ "Windows", "macOS", "Linux",] license-key = "MIT" [tool.mypy] -python_version = "3.8" +python_version = "3.9" namespace_packages = true check_untyped_defs = true warn_unused_ignores = true diff --git a/setup.cfg b/setup.cfg index 798d603..8484569 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ # * options.entry_points [mypy] -python_version = 3.8 +python_version = 3.9 namespace_packages = True check_untyped_defs = True warn_unused_ignores = True diff --git a/tox.ini b/tox.ini index 220c85b..d61726c 100644 --- a/tox.ini +++ b/tox.ini @@ -78,7 +78,7 @@ commands = check-wheel-contents dist/ [testenv:lint] -basepython = python3.8 +basepython = python3.9 changedir = {toxinidir} ignore_errors = True skip_install = True @@ -98,6 +98,7 @@ deps = flake8-sphinx-links>=0.0.4 flake8-strftime>=0.1.1 flake8-typing-imports>=1.10.0 + git+https://github.com/domdfcoding/restructuredtext-lint.git@fix-deprecations git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git git+https://github.com/domdfcoding/flake8-rst-docstrings.git git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods @@ -108,7 +109,7 @@ deps = commands = python3 -m flake8_rst_docstrings_sphinx repo_helper_github_interactive --allow-toolbox {posargs} [testenv:perflint] -basepython = python3.8 +basepython = python3.9 changedir = {toxinidir} ignore_errors = True skip_install = True @@ -116,7 +117,7 @@ deps = perflint commands = python3 -m perflint repo_helper_github_interactive {posargs} [testenv:mypy] -basepython = python3.8 +basepython = python3.9 ignore_errors = True changedir = {toxinidir} deps = @@ -125,7 +126,7 @@ deps = commands = mypy repo_helper_github_interactive {posargs} [testenv:pyup] -basepython = python3.8 +basepython = python3.9 skip_install = True ignore_errors = True changedir = {toxinidir}