From 3b1f3d8c2a6ddf254c174e79e02faa6f88b5127c Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 15:12:57 +0000 Subject: [PATCH] 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 ++-- tox.ini | 5 +++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index 12d9792..469395e 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-alpha.1,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-alpha.2,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-attrs{21.2,21.4,22.2,latest},py310-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: False} - {python-version: "3.11", testenvs: "py311-attrs{21.2,21.4,22.2,latest},py311-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: False} - {python-version: "3.12", testenvs: "py312-attrs{21.2,21.4,22.2,latest},py312-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: True} - - {python-version: "3.13.0-alpha.1", testenvs: "py313-dev-attrs{21.2,21.4,22.2,latest},py313-dev-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: True} + - {python-version: "3.13.0-alpha.2", testenvs: "py313-dev-attrs{21.2,21.4,22.2,latest},py313-dev-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: True} - {python-version: "pypy-3.6", testenvs: "pypy36-attrs{21.2,21.4,22.2,latest}", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-attrs{21.2,21.4,22.2,latest},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-attrs{21.2,21.4,22.2,latest},build", experimental: False} diff --git a/.github/workflows/python_ci_linux.yml b/.github/workflows/python_ci_linux.yml index d240e60..44d79b4 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-alpha.1,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-alpha.2,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-attrs{21.2,21.4,22.2,latest},py310-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: False} - {python-version: "3.11", testenvs: "py311-attrs{21.2,21.4,22.2,latest},py311-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: False} - {python-version: "3.12", testenvs: "py312-attrs{21.2,21.4,22.2,latest},py312-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: True} - - {python-version: "3.13.0-alpha.1", testenvs: "py313-dev-attrs{21.2,21.4,22.2,latest},py313-dev-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: True} + - {python-version: "3.13.0-alpha.2", testenvs: "py313-dev-attrs{21.2,21.4,22.2,latest},py313-dev-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: True} - {python-version: "pypy-3.6", testenvs: "pypy36-attrs{21.2,21.4,22.2,latest},build", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-attrs{21.2,21.4,22.2,latest},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-attrs{21.2,21.4,22.2,latest},build", experimental: False} diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index 22cc818..25fa6f2 100644 --- a/.github/workflows/python_ci_macos.yml +++ b/.github/workflows/python_ci_macos.yml @@ -22,7 +22,7 @@ jobs: runs-on: "macos-latest" 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-alpha.1,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-alpha.2,pypy-3.7,pypy-3.8,pypy-3.9' strategy: fail-fast: False @@ -35,7 +35,7 @@ jobs: - {python-version: "3.10", testenvs: "py310-attrs{21.2,21.4,22.2,latest},py310-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: False} - {python-version: "3.11", testenvs: "py311-attrs{21.2,21.4,22.2,latest},py311-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: False} - {python-version: "3.12", testenvs: "py312-attrs{21.2,21.4,22.2,latest},py312-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: True} - - {python-version: "3.13.0-alpha.1", testenvs: "py313-dev-attrs{21.2,21.4,22.2,latest},py313-dev-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: True} + - {python-version: "3.13.0-alpha.2", testenvs: "py313-dev-attrs{21.2,21.4,22.2,latest},py313-dev-mypy{0.900,0.910,0.921,0.931,1.0.1,1.2.0,1.4.1,latest},build", experimental: True} - {python-version: "pypy-3.7", testenvs: "pypy37-attrs{21.2,21.4,22.2,latest},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-attrs{21.2,21.4,22.2,latest},build", experimental: False} - {python-version: "pypy-3.9", testenvs: "pypy39-attrs{21.2,21.4,22.2,latest},build", experimental: True} diff --git a/tox.ini b/tox.ini index f74b899..a5876bd 100644 --- a/tox.ini +++ b/tox.ini @@ -134,7 +134,8 @@ changedir = {toxinidir} deps = build[virtualenv]>=0.3.1 check-wheel-contents>=0.1.0 - twine>=3.2.0 + twine>=3.2.0; python_version < "3.13" + twine@git+https://github.com/pypa/twine; python_version >= "3.13" cryptography<40; implementation_name == "pypy" and python_version <= "3.7" commands = python -m build --sdist --wheel "{toxinidir}" @@ -154,7 +155,7 @@ deps = flake8-dunder-all>=0.1.1 flake8-encodings>=0.1.0 flake8-github-actions>=0.1.0 - flake8-noqa>=1.1.0,<=1.2.2 + flake8-noqa>=1.1.0 flake8-pyi>=20.10.0,<=22.8.0 flake8-pytest-style>=1.3.0 flake8-quotes>=3.3.0