diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index a844e35..286e5bf 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-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "3.11", testenvs: "py311-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "3.12", testenvs: "py312-click{7.1,8.0,8.1},build", experimental: False} - - {python-version: "3.13.0-alpha.1", testenvs: "py313-dev-click{7.1,8.0,8.1},build", experimental: True} + - {python-version: "3.13.0-alpha.2", testenvs: "py313-dev-click{7.1,8.0,8.1},build", experimental: True} - {python-version: "pypy-3.6", testenvs: "pypy36-click{7.1,8.0,8.1}", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-click{7.1,8.0,8.1},build", experimental: False} diff --git a/.github/workflows/python_ci_linux.yml b/.github/workflows/python_ci_linux.yml index 0dab130..f84bf2c 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-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "3.11", testenvs: "py311-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "3.12", testenvs: "py312-click{7.1,8.0,8.1},build", experimental: False} - - {python-version: "3.13.0-alpha.1", testenvs: "py313-dev-click{7.1,8.0,8.1},build", experimental: True} + - {python-version: "3.13.0-alpha.2", testenvs: "py313-dev-click{7.1,8.0,8.1},build", experimental: True} - {python-version: "pypy-3.6", testenvs: "pypy36-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-click{7.1,8.0,8.1},build", experimental: False} diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index 44de1da..3b5c76d 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-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "3.11", testenvs: "py311-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "3.12", testenvs: "py312-click{7.1,8.0,8.1},build", experimental: False} - - {python-version: "3.13.0-alpha.1", testenvs: "py313-dev-click{7.1,8.0,8.1},build", experimental: True} + - {python-version: "3.13.0-alpha.2", testenvs: "py313-dev-click{7.1,8.0,8.1},build", experimental: True} - {python-version: "pypy-3.7", testenvs: "pypy37-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-click{7.1,8.0,8.1},build", experimental: False} - {python-version: "pypy-3.9", testenvs: "pypy39-click{7.1,8.0,8.1},build", experimental: True} diff --git a/doc-source/requirements.txt b/doc-source/requirements.txt index 2a9f7c4..65006eb 100644 --- a/doc-source/requirements.txt +++ b/doc-source/requirements.txt @@ -8,7 +8,7 @@ html-section>=0.3.0 seed-intersphinx-mapping>=1.2.2 sphinx>=3.0.3 sphinx-autofixture>=0.2.1 -sphinx-copybutton>=0.2.12 +sphinx-copybutton>=0.5.2 sphinx-debuginfo>=0.2.2 sphinx-highlights>=0.4.0 sphinx-licenseinfo>=0.3.1 diff --git a/pyproject.toml b/pyproject.toml index ea457bd..848e081 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "click>=7.1.2", 'colorama>=0.4.3; python_version < "3.10" and platform_system == "Windows"', "deprecation-alias>=0.1.1", - "domdf-python-tools>=2.6.0", + "domdf-python-tools>=3.8.0", "mistletoe>=0.7.2", "typing-extensions!=3.10.0.1,>=3.10.0.0", ] diff --git a/tox.ini b/tox.ini index 6edbda4..723e3dd 100644 --- a/tox.ini +++ b/tox.ini @@ -92,7 +92,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}" @@ -112,7 +113,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