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 863689a

Browse filesBrowse files
[repo-helper] Configuration Update (#95)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. * 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 41dadc1 commit 863689a
Copy full SHA for 863689a

File tree

Expand file treeCollapse file tree

2 files changed

+13
-13
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+13
-13
lines changed

‎.github/workflows/python_ci_macos.yml

Copy file name to clipboardExpand all lines: .github/workflows/python_ci_macos.yml
+12-12Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ permissions:
1818

1919
jobs:
2020
tests:
21-
name: "macos-13 / Python ${{ matrix.config.python-version }}"
22-
runs-on: "macos-13"
21+
name: "macos-${{ matrix.config.os-ver }} / Python ${{ matrix.config.python-version }}"
22+
runs-on: "macos-${{ matrix.config.os-ver }}"
2323
continue-on-error: ${{ matrix.config.experimental }}
2424
env:
2525
USING_COVERAGE: '3.7,3.8,3.9,3.10,3.11,3.12,3.13,pypy-3.7,pypy-3.8,pypy-3.9'
@@ -28,16 +28,16 @@ jobs:
2828
fail-fast: False
2929
matrix:
3030
config:
31-
- {python-version: "3.7", testenvs: "py37-click{7,8.0,8.1},build", experimental: False}
32-
- {python-version: "3.8", testenvs: "py38-click{7,8.0,8.1},build", experimental: False}
33-
- {python-version: "3.9", testenvs: "py39-click{7,8.0,8.1},build", experimental: False}
34-
- {python-version: "3.10", testenvs: "py310-click{7,8.0,8.1},build", experimental: False}
35-
- {python-version: "3.11", testenvs: "py311-click{7,8.0,8.1},build", experimental: False}
36-
- {python-version: "3.12", testenvs: "py312-click{7,8.0,8.1},build", experimental: False}
37-
- {python-version: "3.13", testenvs: "py313-click{7,8.0,8.1},build", experimental: False}
38-
- {python-version: "pypy-3.7", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: False}
39-
- {python-version: "pypy-3.8", testenvs: "pypy38-click{7,8.0,8.1},build", experimental: False}
40-
- {python-version: "pypy-3.9", testenvs: "pypy39-click{7,8.0,8.1},build", experimental: True}
31+
- {python-version: "3.7", os-ver: "13", testenvs: "py37-click{7,8.0,8.1},build", experimental: False}
32+
- {python-version: "3.8", os-ver: "14", testenvs: "py38-click{7,8.0,8.1},build", experimental: False}
33+
- {python-version: "3.9", os-ver: "14", testenvs: "py39-click{7,8.0,8.1},build", experimental: False}
34+
- {python-version: "3.10", os-ver: "14", testenvs: "py310-click{7,8.0,8.1},build", experimental: False}
35+
- {python-version: "3.11", os-ver: "14", testenvs: "py311-click{7,8.0,8.1},build", experimental: False}
36+
- {python-version: "3.12", os-ver: "14", testenvs: "py312-click{7,8.0,8.1},build", experimental: False}
37+
- {python-version: "3.13", os-ver: "14", testenvs: "py313-click{7,8.0,8.1},build", experimental: False}
38+
- {python-version: "pypy-3.7", os-ver: "13", testenvs: "pypy37-click{7,8.0,8.1},build", experimental: False}
39+
- {python-version: "pypy-3.8", os-ver: "14", testenvs: "pypy38-click{7,8.0,8.1},build", experimental: False}
40+
- {python-version: "pypy-3.9", os-ver: "14", testenvs: "pypy39-click{7,8.0,8.1},build", experimental: True}
4141

4242
steps:
4343
- name: Checkout 🛎️

‎.readthedocs.yml

Copy file name to clipboardExpand all lines: .readthedocs.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python:
1313
- requirements: requirements.txt
1414
- requirements: doc-source/requirements.txt
1515
build:
16-
os: ubuntu-20.04
16+
os: ubuntu-22.04
1717
tools:
1818
python: '3.9'
1919
jobs:

0 commit comments

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