From 9fb15693a23a6eb4d9067aaef8347cf186a7d68b Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:10:22 +0100 Subject: [PATCH] [repo-helper] Configuration Update (#84) * Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com> --- .github/workflows/python_ci.yml | 4 ++-- .github/workflows/python_ci_linux.yml | 4 ++-- .github/workflows/python_ci_macos.yml | 4 ++-- pyproject.toml | 6 +++--- tox.ini | 2 ++ 5 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/python_ci.yml b/.github/workflows/python_ci.yml index 44cd0e4..81a1687 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.6,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.1,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,8.0,8.1},build", experimental: False} - {python-version: "3.11", testenvs: "py311-click{7,8.0,8.1},build", experimental: False} - {python-version: "3.12", testenvs: "py312-click{7,8.0,8.1},build", experimental: False} - - {python-version: "3.13.0-alpha.6", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True} + - {python-version: "3.13.0-beta.1", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True} - {python-version: "pypy-3.6", testenvs: "pypy36-click{7,8.0}", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-click{7,8.0,8.1},build", experimental: False} diff --git a/.github/workflows/python_ci_linux.yml b/.github/workflows/python_ci_linux.yml index 7a55986..17923f0 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.6,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.1,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,8.0,8.1},build", experimental: False} - {python-version: "3.11", testenvs: "py311-click{7,8.0,8.1},build", experimental: False} - {python-version: "3.12", testenvs: "py312-click{7,8.0,8.1},build", experimental: False} - - {python-version: "3.13.0-alpha.6", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True} + - {python-version: "3.13.0-beta.1", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True} - {python-version: "pypy-3.6", testenvs: "pypy36-click{7,8.0},build", experimental: False} - {python-version: "pypy-3.7", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-click{7,8.0,8.1},build", experimental: False} diff --git a/.github/workflows/python_ci_macos.yml b/.github/workflows/python_ci_macos.yml index b0bf73e..f692a67 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-alpha.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.1,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,8.0,8.1},build", experimental: False} - {python-version: "3.11", testenvs: "py311-click{7,8.0,8.1},build", experimental: False} - {python-version: "3.12", testenvs: "py312-click{7,8.0,8.1},build", experimental: False} - - {python-version: "3.13.0-alpha.6", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True} + - {python-version: "3.13.0-beta.1", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True} - {python-version: "pypy-3.7", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: False} - {python-version: "pypy-3.8", testenvs: "pypy38-click{7,8.0,8.1},build", experimental: False} - {python-version: "pypy-3.9", testenvs: "pypy39-click{7,8.0,8.1},build", experimental: True} diff --git a/pyproject.toml b/pyproject.toml index c551321..27f8441 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ readme = "README.rst" keywords = [ "formatting", "linting",] dynamic = [ "requires-python", "classifiers", "dependencies",] +[project.license] +file = "LICENSE" + [[project.authors]] name = "Dominic Davis-Foster" email = "dominic@davis-foster.co.uk" -[project.license] -file = "LICENSE" - [project.urls] Homepage = "https://github.com/python-formate/formate" "Issue Tracker" = "https://github.com/python-formate/formate/issues" diff --git a/tox.ini b/tox.ini index a93820e..bfad370 100644 --- a/tox.ini +++ b/tox.ini @@ -84,6 +84,7 @@ setenv = setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1 + UNSAFE_PYO3_SKIP_VERSION_CHECK=1 [testenv:py312] setenv = @@ -256,3 +257,4 @@ setenv = setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1 + UNSAFE_PYO3_SKIP_VERSION_CHECK=1