Skip to content

Commit

Permalink
[repo-helper] Configuration Update (#71)
Browse files Browse the repository at this point in the history
* Updated files with 'repo_helper'.

* Updated files with 'repo_helper'.

---------

Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] committed May 15, 2024
1 parent 03761f0 commit a05cc36
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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-alpha.6", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True}
- {python-version: "3.13.0-beta.1", 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}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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-alpha.6", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True}
- {python-version: "3.13.0-beta.1", 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}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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-alpha.6", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True}
- {python-version: "3.13.0-beta.1", 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}
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ readme = "README.rst"
keywords = [ "flake8",]
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/flake8-dunder-all"
"Issue Tracker" = "https://github.com/python-formate/flake8-dunder-all/issues"
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ setenv =
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
UNSAFE_PYO3_SKIP_VERSION_CHECK=1

[testenv:py312]
setenv =
Expand Down Expand Up @@ -253,6 +254,7 @@ setenv =
setenv =
PYTHONDEVMODE=1
PIP_DISABLE_PIP_VERSION_CHECK=1
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
[testenv:py312-flake8{4,5,6}]
setenv =
Expand Down

0 comments on commit a05cc36

Please sign in to comment.