Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare support for Python 3.10 and update links #2221

Merged
merged 6 commits into from
Oct 4, 2021
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
3 changes: 2 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 Down Expand Up @@ -35,6 +35,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