Skip to content

Commit

Permalink
Declare support for Python 3.10 and update links (#2221)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
hugovk and pre-commit-ci[bot] committed Oct 4, 2021
1 parent fed6e7a commit 5f2aaf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ repos:
args:
- --min-py3-version
- "3.4"
- --max-py-version
- "3.10"
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = tox
description = tox is a generic virtualenv management and test command line tool
long_description = file: README.md
long_description_content_type = text/markdown
url = http://tox.readthedocs.org
url = https://tox.readthedocs.io
author = Holger Krekel, Oliver Bestwalter, Bernát Gábor and others
maintainer = Bernat Gabor, Oliver Bestwalter, Anthony Asottile
maintainer_email = tox-dev@python.org
Expand All @@ -26,6 +26,7 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Libraries
Expand All @@ -35,6 +36,7 @@ keywords = virtual, environments, isolated, testing
project_urls =
Source=https://github.com/tox-dev/tox
Tracker=https://github.com/tox-dev/tox/issues
Changelog=https://tox.readthedocs.io/en/latest/changelog.html

[options]
packages = find:
Expand Down

0 comments on commit 5f2aaf0

Please sign in to comment.