Skip to content

Commit a05cc36

Browse files
[repo-helper] Configuration Update (#71)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 03761f0 commit a05cc36

5 files changed

Lines changed: 11 additions & 9 deletions

File tree

.github/workflows/python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: "windows-2019"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
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'
25+
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'
2626

2727
strategy:
2828
fail-fast: False
@@ -35,7 +35,7 @@ jobs:
3535
- {python-version: "3.10", testenvs: "py310-flake8{4,5,6,7},build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311-flake8{4,5,6,7},build", experimental: False}
3737
- {python-version: "3.12", testenvs: "py312-flake8{5,6,7},build", experimental: False}
38-
- {python-version: "3.13.0-alpha.6", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True}
38+
- {python-version: "3.13.0-beta.1", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True}
3939
- {python-version: "pypy-3.6", testenvs: "pypy36-flake8{4,5}", experimental: False}
4040
- {python-version: "pypy-3.7", testenvs: "pypy37-flake8{4,5},build", experimental: False}
4141
- {python-version: "pypy-3.8", testenvs: "pypy38-flake8{4,5,6,7},build", experimental: False}

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: "ubuntu-20.04"
2424
continue-on-error: ${{ matrix.config.experimental }}
2525
env:
26-
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'
26+
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'
2727

2828
strategy:
2929
fail-fast: False
@@ -36,7 +36,7 @@ jobs:
3636
- {python-version: "3.10", testenvs: "py310-flake8{4,5,6,7},build", experimental: False}
3737
- {python-version: "3.11", testenvs: "py311-flake8{4,5,6,7},build", experimental: False}
3838
- {python-version: "3.12", testenvs: "py312-flake8{5,6,7},build", experimental: False}
39-
- {python-version: "3.13.0-alpha.6", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True}
39+
- {python-version: "3.13.0-beta.1", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True}
4040
- {python-version: "pypy-3.6", testenvs: "pypy36-flake8{4,5},build", experimental: False}
4141
- {python-version: "pypy-3.7", testenvs: "pypy37-flake8{4,5},build", experimental: False}
4242
- {python-version: "pypy-3.8", testenvs: "pypy38-flake8{4,5,6,7},build", experimental: False}

.github/workflows/python_ci_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: "macos-13"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
25-
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'
25+
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'
2626

2727
strategy:
2828
fail-fast: False
@@ -35,7 +35,7 @@ jobs:
3535
- {python-version: "3.10", testenvs: "py310-flake8{4,5,6,7},build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311-flake8{4,5,6,7},build", experimental: False}
3737
- {python-version: "3.12", testenvs: "py312-flake8{5,6,7},build", experimental: False}
38-
- {python-version: "3.13.0-alpha.6", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True}
38+
- {python-version: "3.13.0-beta.1", testenvs: "py313-dev-flake8{5,6,7},build", experimental: True}
3939
- {python-version: "pypy-3.7", testenvs: "pypy37-flake8{4,5},build", experimental: False}
4040
- {python-version: "pypy-3.8", testenvs: "pypy38-flake8{4,5,6,7},build", experimental: False}
4141
- {python-version: "pypy-3.9", testenvs: "pypy39-flake8{4,5,6,7},build", experimental: True}

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ readme = "README.rst"
1010
keywords = [ "flake8",]
1111
dynamic = [ "requires-python", "classifiers", "dependencies",]
1212

13+
[project.license]
14+
file = "LICENSE"
15+
1316
[[project.authors]]
1417
name = "Dominic Davis-Foster"
1518
email = "dominic@davis-foster.co.uk"
1619

17-
[project.license]
18-
file = "LICENSE"
19-
2020
[project.urls]
2121
Homepage = "https://github.com/python-formate/flake8-dunder-all"
2222
"Issue Tracker" = "https://github.com/python-formate/flake8-dunder-all/issues"

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ setenv =
8585
setenv =
8686
PYTHONDEVMODE=1
8787
PIP_DISABLE_PIP_VERSION_CHECK=1
88+
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
8889

8990
[testenv:py312]
9091
setenv =
@@ -253,6 +254,7 @@ setenv =
253254
setenv =
254255
PYTHONDEVMODE=1
255256
PIP_DISABLE_PIP_VERSION_CHECK=1
257+
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
256258
257259
[testenv:py312-flake8{4,5,6}]
258260
setenv =

0 commit comments

Comments
 (0)