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 9086c6c

Browse filesBrowse files
Updated files with 'repo_helper'. (#26)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent b2ee0a2 commit 9086c6c
Copy full SHA for 9086c6c

File tree

5 files changed

+13
-14
lines changed
Filter options

5 files changed

+13
-14
lines changed

‎.github/workflows/python_ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/python_ci.yml
+3-3Lines changed: 3 additions & 3 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.3'
25+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.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-alpha.3", testenvs: "py313-dev-click{7,8},build", experimental: True}
38+
- {python-version: "3.13.0-alpha.4", testenvs: "py313-dev-click{7,8},build", experimental: True}
3939

4040
steps:
4141
- name: Checkout 🛎️
@@ -71,7 +71,7 @@ jobs:
7171
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7272

7373
- name: "Upload Coverage 🚀"
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7676
with:
7777
name: "coverage-${{ matrix.config.python-version }}"

‎.github/workflows/python_ci_linux.yml

Copy file name to clipboardExpand all lines: .github/workflows/python_ci_linux.yml
+5-5Lines changed: 5 additions & 5 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.3'
26+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.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-alpha.3", testenvs: "py313-dev-click{7,8},build", experimental: True}
39+
- {python-version: "3.13.0-alpha.4", testenvs: "py313-dev-click{7,8},build", experimental: True}
4040

4141
steps:
4242
- name: Checkout 🛎️
@@ -73,7 +73,7 @@ jobs:
7373
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7474

7575
- name: "Upload Coverage 🚀"
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7878
with:
7979
name: "coverage-${{ matrix.config.python-version }}"
@@ -98,7 +98,7 @@ jobs:
9898
python -m pip install --upgrade "coveralls>=3.0.0" coverage_pyver_pragma
9999
100100
- name: "Download Coverage 🪂"
101-
uses: actions/download-artifact@v3
101+
uses: actions/download-artifact@v4
102102
with:
103103
path: coverage
104104

@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: "Upload Combined Coverage Artefact 🚀"
118118
if: ${{ steps.show.outcome != 'failure' }}
119-
uses: actions/upload-artifact@v3
119+
uses: actions/upload-artifact@v4
120120
with:
121121
name: "combined-coverage"
122122
path: .coverage

‎.github/workflows/python_ci_macos.yml

Copy file name to clipboardExpand all lines: .github/workflows/python_ci_macos.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: "macos-latest"
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.3'
25+
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13.0-alpha.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-alpha.3", testenvs: "py313-dev-click{7,8},build", experimental: True}
38+
- {python-version: "3.13.0-alpha.4", testenvs: "py313-dev-click{7,8},build", experimental: True}
3939

4040
steps:
4141
- name: Checkout 🛎️
@@ -71,7 +71,7 @@ jobs:
7171
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7272

7373
- name: "Upload Coverage 🚀"
74-
uses: actions/upload-artifact@v3
74+
uses: actions/upload-artifact@v4
7575
if: ${{ always() && steps.setup-python.outcome == 'success' }}
7676
with:
7777
name: "coverage-${{ matrix.config.python-version }}"

‎formate.toml

Copy file name to clipboardExpand all lines: formate.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ known_third_party = [
4848
"pytest_timeout",
4949
"typing_extensions",
5050
]
51-
known_first_party = "snippet_fmt"
51+
known_first_party = [ "snippet_fmt",]

‎tox.ini

Copy file name to clipboardExpand all lines: tox.ini
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ changedir = {toxinidir}
9999
deps =
100100
build[virtualenv]>=0.3.1
101101
check-wheel-contents>=0.1.0
102-
twine>=3.2.0; python_version < "3.13"
103-
twine@git+https://github.com/pypa/twine; python_version >= "3.13"
102+
twine>=3.2.0
104103
cryptography<40; implementation_name == "pypy" and python_version <= "3.7"
105104
commands =
106105
python -m build --sdist --wheel "{toxinidir}"

0 commit comments

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