Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f0bc3d

Browse filesBrowse files
[repo-helper] Configuration Update (#36)
* 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 ae64be2 commit 2f0bc3d
Copy full SHA for 2f0bc3d

File tree

Expand file treeCollapse file tree

4 files changed

+6
-8
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+6
-8
lines changed

‎.github/workflows/python_ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/python_ci.yml
+2-2Lines 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-beta.3'
25+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.4'
2626

2727
strategy:
2828
fail-fast: False
@@ -35,7 +35,7 @@ jobs:
3535
- {python-version: "3.10", testenvs: "py310-click{7,8},build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311-click{7,8},build", experimental: False}
3737
- {python-version: "3.12", testenvs: "py312-click{7,8},build", experimental: False}
38-
- {python-version: "3.13.0-beta.3", testenvs: "py313-dev-click{7,8},build", experimental: True}
38+
- {python-version: "3.13.0-beta.4", testenvs: "py313-dev-click{7,8},build", experimental: True}
3939

4040
steps:
4141
- name: Checkout 🛎️

‎.github/workflows/python_ci_linux.yml

Copy file name to clipboardExpand all lines: .github/workflows/python_ci_linux.yml
+2-2Lines 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-beta.3'
26+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.4'
2727

2828
strategy:
2929
fail-fast: False
@@ -36,7 +36,7 @@ jobs:
3636
- {python-version: "3.10", testenvs: "py310-click{7,8},build", experimental: False}
3737
- {python-version: "3.11", testenvs: "py311-click{7,8},build", experimental: False}
3838
- {python-version: "3.12", testenvs: "py312-click{7,8},build", experimental: False}
39-
- {python-version: "3.13.0-beta.3", testenvs: "py313-dev-click{7,8},build", experimental: True}
39+
- {python-version: "3.13.0-beta.4", testenvs: "py313-dev-click{7,8},build", experimental: True}
4040

4141
steps:
4242
- name: Checkout 🛎️

‎.github/workflows/python_ci_macos.yml

Copy file name to clipboardExpand all lines: .github/workflows/python_ci_macos.yml
+2-2Lines 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-beta.3'
25+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-beta.4'
2626

2727
strategy:
2828
fail-fast: False
@@ -35,7 +35,7 @@ jobs:
3535
- {python-version: "3.10", testenvs: "py310-click{7,8},build", experimental: False}
3636
- {python-version: "3.11", testenvs: "py311-click{7,8},build", experimental: False}
3737
- {python-version: "3.12", testenvs: "py312-click{7,8},build", experimental: False}
38-
- {python-version: "3.13.0-beta.3", testenvs: "py313-dev-click{7,8},build", experimental: True}
38+
- {python-version: "3.13.0-beta.4", testenvs: "py313-dev-click{7,8},build", experimental: True}
3939

4040
steps:
4141
- name: Checkout 🛎️

‎doc-source/requirements.txt

Copy file name to clipboardExpand all lines: doc-source/requirements.txt
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ sphinx-favicon>=0.2
1212
sphinx-licenseinfo>=0.3.1
1313
sphinx-notfound-page>=0.7.1
1414
sphinx-packaging>=0.1.0
15-
sphinx-prompt>=1.1.0
1615
sphinx-pyproject>=0.1.0
17-
sphinx-tabs>=1.1.13
1816
sphinx-toolbox>=3.5.0
1917
sphinxcontrib-applehelp==1.0.4
2018
sphinxcontrib-devhelp==1.0.2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.