Skip to content

Commit 3980859

Browse files
[repo-helper] Configuration Update (#6)
* 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 630d8dd commit 3980859

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python -VV
4444
python -m site
4545
python -m pip install --upgrade pip setuptools wheel
46-
python -m pip install tox
46+
python -m pip install tox~=3.0
4747
4848
- name: "Run Flake8"
4949
if: steps.changes.outputs.code == 'true'

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python -VV
4848
python -m site
4949
python -m pip install --upgrade pip setuptools wheel
50-
python -m pip install --upgrade tox virtualenv!=20.16.0
50+
python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
5151
5252
- name: "Run mypy"
5353
if: steps.changes.outputs.code == 'true'

.github/workflows/python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python -VV
6363
python -m site
6464
python -m pip install --upgrade pip setuptools wheel
65-
python -m pip install --upgrade tox virtualenv!=20.16.0
65+
python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
6666
6767
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
6868
if: steps.setup-python.outcome == 'success'

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python -VV
6464
python -m site
6565
python -m pip install --upgrade pip setuptools wheel
66-
python -m pip install --upgrade tox virtualenv!=20.16.0
66+
python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
6767
6868
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
6969
if: steps.setup-python.outcome == 'success'

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python -VV
6363
python -m site
6464
python -m pip install --upgrade pip setuptools wheel
65-
python -m pip install --upgrade tox virtualenv!=20.16.0
65+
python -m pip install --upgrade tox~=3.0 virtualenv!=20.16.0
6666
6767
- name: "Run Tests for Python ${{ matrix.config.python-version }}"
6868
if: steps.setup-python.outcome == 'success'

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ for a plugin with a broader scope than this one.
8181
:target: https://github.com/python-formate/flake8-missing-annotations/commit/master
8282
:alt: GitHub last commit
8383

84-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2022
84+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
8585
:alt: Maintenance
8686

8787
.. end shields

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# * tox
44
# * envlists
55
# * testenv
6+
# * testenv:py312-dev
67
# * testenv:docs
78
# * testenv:build
89
# * testenv:lint
@@ -20,6 +21,7 @@ isolated_build = True
2021
requires =
2122
pip>=21,!=22.2
2223
tox-envlist>=0.2.1
24+
tox~=3.0
2325
virtualenv!=20.16.0
2426

2527
[envlists]

0 commit comments

Comments
 (0)