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

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Sep 16, 2021

Python 3.10 is due out in just over a couple of weeks, and is already tested by the CI. Let's add the Trove classifier.

Also in setup.cfg update the url to the new, redirected domain, and add the changelog to the project URLs; a common task when visiting PyPI is to check what changed in the most recent release.

  • Shall I also PR these link updates to the rewrite branch?
  • Does this need a news file?

Thanks for contributing a pull request!

If you are contributing for the first time or provide a trivial fix don't worry too
much about the checklist - we will help you get started.

Contribution checklist:

(also see CONTRIBUTING.rst for details)

  • wrote descriptive pull request text
  • [n/a] added/updated test(s)
  • [n/a] updated/extended the documentation
  • [n/a] added relevant issue keyword
    in message body
  • added news fragment in changelog folder
    • fragment name: <issue number>.<type>.rst for example (588.bugfix.rst)
    • <type> is must be one of bugfix, feature, deprecation, breaking, doc, misc
    • if PR has no issue: consider creating one first or change it to the PR number after creating the PR
    • "sign" fragment with -- by :user:`<your username>`.
    • please, use full sentences with correct case and punctuation, for example:
      Fixed an issue with non-ascii contents in doctest text files -- by :user:`superuser`.
    • also see examples
  • added yourself to CONTRIBUTORS (preserving alphabetical order)

Copy link
Member

@gaborbernat gaborbernat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asottile
Copy link
Contributor

setup-cfg-fmt will do this automatically once 3.10 final is available (as you can see it undid your change) -- the intent is that you don't need these types of PRs (which I think are noisy!)

.pre-commit-config.yaml Outdated Show resolved Hide resolved
@gaborbernat gaborbernat merged commit 5f2aaf0 into tox-dev:master Oct 4, 2021
@hugovk hugovk deleted the add-3.10 branch October 4, 2021 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants