From 8d1ad5d3f2f3e25554365bc6f84d6f1a4790ee8f Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:56:06 +0100 Subject: [PATCH 1/2] Updated files with 'repo_helper'. --- doc-source/requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc-source/requirements.txt b/doc-source/requirements.txt index 92d7762..ccc1c24 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -12,9 +12,7 @@ sphinx-debuginfo>=0.2.2 sphinx-favicon>=0.2 sphinx-licenseinfo>=0.3.1 sphinx-notfound-page>=0.7.1 -sphinx-prompt>=1.1.0 sphinx-pyproject>=0.1.0 -sphinx-tabs>=1.1.13 sphinx-toolbox>=3.5.0 sphinxcontrib-applehelp==1.0.4 sphinxcontrib-devhelp==1.0.2 From c69dddfb6a8959122a477b1ad27734f6560dffa5 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:58:58 +0100 Subject: [PATCH 2/2] Updated files with 'repo_helper'. --- .github/workflows/python_ci.yml | 4 ++-- .github/workflows/python_ci_linux.yml | 4 ++-- .github/workflows/python_ci_macos.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index d90d910..c3b64d9 100644 --- a/.github/workflows/python_ci.yml +++ b/.github/workflows/python_ci.yml @@ -22,7 +22,7 @@ jobs: runs-on: "windows-2019" continue-on-error: ${{ matrix.config.experimental }} env: - USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.3,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9' + USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.4,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9' strategy: fail-fast: False @@ -35,7 +35,7 @@ jobs: - {python-version: "3.10", testenvs: "py310-flake8{4,5,6,7},build", experimental: False} - {python-version: "3.11", testenvs: "py311-flake8{4,5,6,7},build", experimental: False} - {python-version: "3.12", testenvs: "py312-flake8{5,6,7},build", experimental: False} - - {python-version: "3.13.0-beta.3", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True} + - {python-version: "3.13.0-beta.4", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True} - {python-version: "pypy-3.6", testenvs: "pypy36-flake8{4,5}", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-flake8{4,5},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-flake8{4,5,6,7},build", experimental: False} diff --git a/.github/workflows/python_ci_linux.yml b/.github/workflows/python_ci_linux.yml index 9997732..ac2748f 100644 --- a/.github/workflows/python_ci_linux.yml +++ b/.github/workflows/python_ci_linux.yml @@ -23,7 +23,7 @@ jobs: runs-on: "ubuntu-20.04" continue-on-error: ${{ matrix.config.experimental }} env: - USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.3,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9' + USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.4,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9' strategy: fail-fast: False @@ -36,7 +36,7 @@ jobs: - {python-version: "3.10", testenvs: "py310-flake8{4,5,6,7},build", experimental: False} - {python-version: "3.11", testenvs: "py311-flake8{4,5,6,7},build", experimental: False} - {python-version: "3.12", testenvs: "py312-flake8{5,6,7},build", experimental: False} - - {python-version: "3.13.0-beta.3", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True} + - {python-version: "3.13.0-beta.4", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True} - {python-version: "pypy-3.6", testenvs: "pypy36-flake8{4,5},build", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-flake8{4,5},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-flake8{4,5,6,7},build", experimental: False} diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index ee03200..4d8b787 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -22,7 +22,7 @@ jobs: runs-on: "macos-13" continue-on-error: ${{ matrix.config.experimental }} env: - USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.3,pypy-3.7,pypy-3.8,pypy-3.9' + USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.4,pypy-3.7,pypy-3.8,pypy-3.9' strategy: fail-fast: False @@ -35,7 +35,7 @@ jobs: - {python-version: "3.10", testenvs: "py310-flake8{4,5,6,7},build", experimental: False} - {python-version: "3.11", testenvs: "py311-flake8{4,5,6,7},build", experimental: False} - {python-version: "3.12", testenvs: "py312-flake8{5,6,7},build", experimental: False} - - {python-version: "3.13.0-beta.3", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True} + - {python-version: "3.13.0-beta.4", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True} - {python-version: "pypy-3.7", testenvs: "pypy37-flake8{4,5},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-flake8{4,5,6,7},build", experimental: False} - {python-version: "pypy-3.9", testenvs: "pypy39-flake8{4,5,6,7},build", experimental: True}