Skip to content

Commit 56fb81f

Browse files
Updated files with 'repo_helper'. (#5)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent ee5a76a commit 56fb81f

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@ tag = True
1414
[bumpversion:file:testing_tox/__init__.py]
1515
search = : str = "{current_version}"
1616
replace = : str = "{new_version}"
17-
18-
[bumpversion:file:setup.cfg]
19-
search = name = {current_version}
20-
replace = name = {new_version}

.github/workflows/python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: "windows-2019"
1212
continue-on-error: ${{ matrix.config.experimental }}
1313
env:
14-
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-alpha.6'
14+
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-alpha.7'
1515

1616
strategy:
1717
fail-fast: False
@@ -20,7 +20,7 @@ jobs:
2020
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2121
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2222
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
23-
- {python-version: "3.10.0-alpha.6", testenvs: "py310-dev,build", experimental: True}
23+
- {python-version: "3.10.0-alpha.7", testenvs: "py310-dev,build", experimental: True}
2424

2525
steps:
2626
- name: Checkout 🛎️

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: "ubuntu-20.04"
1212
continue-on-error: ${{ matrix.config.experimental }}
1313
env:
14-
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-alpha.6'
14+
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-alpha.7'
1515

1616
strategy:
1717
fail-fast: False
@@ -20,7 +20,7 @@ jobs:
2020
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2121
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2222
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
23-
- {python-version: "3.10.0-alpha.6", testenvs: "py310-dev,build", experimental: True}
23+
- {python-version: "3.10.0-alpha.7", testenvs: "py310-dev,build", experimental: True}
2424

2525
steps:
2626
- name: Checkout 🛎️

.github/workflows/python_ci_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: "macos-latest"
1212
continue-on-error: ${{ matrix.config.experimental }}
1313
env:
14-
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-alpha.6'
14+
USING_COVERAGE: '3.7,3.8,3.9,3.10.0-alpha.7'
1515

1616
strategy:
1717
fail-fast: False
@@ -20,7 +20,7 @@ jobs:
2020
- {python-version: "3.7", testenvs: "py37,build", experimental: False}
2121
- {python-version: "3.8", testenvs: "py38,build", experimental: False}
2222
- {python-version: "3.9", testenvs: "py39,build", experimental: False}
23-
- {python-version: "3.10.0-alpha.6", testenvs: "py310-dev,build", experimental: True}
23+
- {python-version: "3.10.0-alpha.7", testenvs: "py310-dev,build", experimental: True}
2424

2525
steps:
2626
- name: Checkout 🛎️

0 commit comments

Comments
 (0)