8000 [repo-helper] Configuration Update (#84) · python-formate/formate@9fb1569 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fb1569

Browse files
[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>
1 parent 088d410 commit 9fb1569

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

.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-click{7,8.0,8.1},build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311-click{7,8.0,8.1},build", experimental: False}
3737
- {python-version: "3.12", testenvs: "py312-click{7,8.0,8.1},build", experimental: False}
38-
- {python-version: "3.13.0-alpha.6", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True}
38+
- {python-version: "3.13.0-beta.1", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True}
3939
- {python-version: "pypy-3.6", testenvs: "pypy36-click{7,8.0}", experimental: False}
4040
- {python-version: "pypy-3.7", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: False}
4141
- {python-version: "pypy-3.8", testenvs: "pypy38-click{7,8.0,8.1},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-click{7,8.0,8.1},build", experimental: False}
3737
- {python-version: "3.11", testenvs: "py311-click{7,8.0,8.1},build", experimental: False}
3838
- {python-version: "3.12", testenvs: "py312-click{7,8.0,8.1},build", experimental: False}
39-
- {python-version: "3.13.0-alpha.6", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True}
39+
- {python-version: "3.13.0-beta.1", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True}
4040
- {python-version: "pypy-3.6", testenvs: "pypy36-click{7,8.0},build", experimental: False}
4141
- {python-version: "pypy-3.7", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: False}
4242
- {python-version: "pypy-3.8", testenvs: "pypy38-click{7,8.0,8.1},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-click{7,8.0,8.1},build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311-click{7,8.0,8.1},build", experimental: False}
3737
- {python-version: "3.12", testenvs: "py312-click{7,8.0,8.1},build", experimental: False}
38-
- {python-version: "3.13.0-alpha.6", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True}
38+
- {python-version: "3.13.0-beta.1", testenvs: "py313-dev-click{7,8.0,8.1},build", experimental: True}
3939
- {python-version: "pypy-3.7", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: False}
4040
- {python-version: "pypy-3.8", testenvs: "pypy38-click{7,8.0,8.1},build", experimental: False}
4141
- {python-version: "pypy-3.9", testenvs: "pypy39-click{7,8.0,8.1},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 = [ "formatting", "linting",]
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/formate"
2222
"Issue Tracker" = "https://github.com/python-formate/formate/issues"

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ setenv =
8484
setenv =
8585
PYTHONDEVMODE=1
8686
PIP_DISABLE_PIP_VERSION_CHECK=1
87+
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
8788

8889
[testenv:py312]
8990
setenv =
@@ -256,3 +257,4 @@ setenv =
256257
setenv =
257258
PYTHONDEVMODE=1
258259
PIP_DISABLE_PIP_VERSION_CHECK=1
260+
UNSAFE_PYO3_SKIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)
0