Skip to content

Commit 0e0fa24

Browse files
[repo-helper] Configuration Update (#47)
* 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 35f1f0f commit 0e0fa24

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-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-rc.1'
25+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13'
2626

2727
strategy:
2828
fail-fast: False
@@ -35,7 +35,7 @@ jobs:
3535
- {python-version: "3.10", testenvs: "py310-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py310-docutils{0.16,0.17,0.18},build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py311-docutils{0.16,0.17,0.18},build", experimental: False}
3737
- {python-version: "3.12", testenvs: "py312-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py312-docutils{0.16,0.17,0.18},build", experimental: False}
38-
- {python-version: "3.13.0-rc.1", testenvs: "py313-dev-sphinx{6.2,7.0,7.1,7.2},py313-dev-docutils{0.16,0.17,0.18},build", experimental: True}
38+
- {python-version: "3.13", testenvs: "py313-dev-sphinx{6.2,7.0,7.1,7.2},py313-dev-docutils{0.16,0.17,0.18},build", experimental: True}
3939

4040
steps:
4141
- name: Checkout 🛎️

.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-rc.1'
26+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13'
2727

2828
strategy:
2929
fail-fast: False
@@ -36,7 +36,7 @@ jobs:
3636
- {python-version: "3.10", testenvs: "py310-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py310-docutils{0.16,0.17,0.18},build", experimental: False}
3737
- {python-version: "3.11", testenvs: "py311-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py311-docutils{0.16,0.17,0.18},build", experimental: False}
3838
- {python-version: "3.12", testenvs: "py312-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py312-docutils{0.16,0.17,0.18},build", experimental: False}
39-
- {python-version: "3.13.0-rc.1", testenvs: "py313-dev-sphinx{6.2,7.0,7.1,7.2},py313-dev-docutils{0.16,0.17,0.18},build", experimental: True}
39+
- {python-version: "3.13", testenvs: "py313-dev-sphinx{6.2,7.0,7.1,7.2},py313-dev-docutils{0.16,0.17,0.18},build", experimental: True}
4040

4141
steps:
4242
- name: Checkout 🛎️

.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-rc.1'
25+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13'
2626

2727
strategy:
2828
fail-fast: False
@@ -35,7 +35,7 @@ jobs:
3535
- {python-version: "3.10", testenvs: "py310-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py310-docutils{0.16,0.17,0.18},build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py311-docutils{0.16,0.17,0.18},build", experimental: False}
3737
- {python-version: "3.12", testenvs: "py312-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2},py312-docutils{0.16,0.17,0.18},build", experimental: False}
38-
- {python-version: "3.13.0-rc.1", testenvs: "py313-dev-sphinx{6.2,7.0,7.1,7.2},py313-dev-docutils{0.16,0.17,0.18},build", experimental: True}
38+
- {python-version: "3.13", testenvs: "py313-dev-sphinx{6.2,7.0,7.1,7.2},py313-dev-docutils{0.16,0.17,0.18},build", experimental: True}
3939

4040
steps:
4141
- name: Checkout 🛎️

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/repo-helper/pyproject-parser
11-
rev: v0.11.0
11+
rev: v0.11.1
1212
hooks:
1313
- id: reformat-pyproject
1414

@@ -42,7 +42,7 @@ repos:
4242
exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
4343
- id: bind-requirements
4444

45-
- repo: https://github.com/domdfcoding/flake8-dunder-all
45+
- repo: https://github.com/python-formate/flake8-dunder-all
4646
rev: v0.4.1
4747
hooks:
4848
- id: ensure-dunder-all
@@ -86,7 +86,7 @@ repos:
8686
- id: formate
8787
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
8888

89-
- repo: https://github.com/domdfcoding/dep_checker
89+
- repo: https://github.com/python-coincidence/dep_checker
9090
rev: v0.8.0
9191
hooks:
9292
- id: dep_checker

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# * envlists
55
# * testenv:.package
66
# * testenv:py313-dev
7+
# * testenv:py313
78
# * testenv:py312-dev
89
# * testenv:py312
910
# * testenv:docs
@@ -74,12 +75,14 @@ setenv =
7475
PIP_DISABLE_PIP_VERSION_CHECK=1
7576

7677
[testenv:py313-dev]
78+
download = True
7779
setenv =
7880
PYTHONDEVMODE=1
7981
PIP_DISABLE_PIP_VERSION_CHECK=1
8082
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
8183

8284
[testenv:py312]
85+
download = True
8386
setenv =
8487
PYTHONDEVMODE=1
8588
PIP_DISABLE_PIP_VERSION_CHECK=1
@@ -247,22 +250,26 @@ filterwarnings =
247250
markers = sphinx
248251
249252
[testenv:py312-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}]
253+
download = True
250254
setenv =
251255
PYTHONDEVMODE=1
252256
PIP_DISABLE_PIP_VERSION_CHECK=1
253257
254258
[testenv:py312-docutils{0.16,0.17,0.18}]
259+
download = True
255260
setenv =
256261
PYTHONDEVMODE=1
257262
PIP_DISABLE_PIP_VERSION_CHECK=1
258263
259264
[testenv:py313-dev-sphinx{3.3,3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}]
265+
download = True
260266
setenv =
261267
PYTHONDEVMODE=1
262268
PIP_DISABLE_PIP_VERSION_CHECK=1
263269
UNSAFE_PYO3_SKIP_VERSION_CHECK=1
264270
265271
[testenv:py313-dev-docutils{0.16,0.17,0.18}]
272+
download = True
266273
setenv =
267274
PYTHONDEVMODE=1
268275
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)