Skip to content

Commit

Permalink
Ensure setup-cfg-fmt does not re-add Py2
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Oct 13, 2021
1 parent 1f7fa33 commit 75e45bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ repos:
rev: v1.18.0
hooks:
- id: setup-cfg-fmt
args: [--min-py3-version, '3.6']
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python 3.6.12 3.7.9 3.8.6 3.9.2 3.10.0
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Expand Down
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[tox]
envlist =
py27,
py34,
py35,
py36,
py37,
py38,
Expand Down Expand Up @@ -37,7 +34,7 @@ commands =
skip_install = true
deps = pre-commit
commands =
pre-commit run --all-files --show-diff-on-failure
pre-commit run {posargs:--all-files --show-diff-on-failure}

[testenv:docs]
deps = -rdocs/source/requirements.txt
Expand Down

0 comments on commit 75e45bb

Please sign in to comment.