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

feat: add Python 3.10 #410

Merged
merged 2 commits into from
Nov 7, 2021
Merged

feat: add Python 3.10 #410

merged 2 commits into from
Nov 7, 2021

Conversation

andreoliwa
Copy link
Owner

Proposed changes

  • add Python 3.10 to the build

Checklist

  • Read the contribution guidelines
  • Run make locally before pushing commits
  • Add tests for the relevant parts:
    • API
    • CLI
    • flake8 plugin (normal mode)
    • flake8 plugin (offline mode)
  • Write documentation when there's a new API or functionality

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1431835145

  • 0 of 1 (0.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.475%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/nitpick/style/fetchers/pypackage.py 0 1 0.0%
Totals Coverage Status
Change from base Build 1431538428: 0.0%
Covered Lines: 1946
Relevant Lines: 1994

💛 - Coveralls

@andreoliwa andreoliwa merged commit 050d2b9 into develop Nov 7, 2021
@andreoliwa andreoliwa deleted the python-3-10 branch November 7, 2021 16:13
github-actions bot pushed a commit that referenced this pull request Nov 8, 2021
# [0.29.0](v0.28.0...v0.29.0) (2021-11-08)

### Bug Fixes

* convert ?token=xx into HTTP Basic creds for github style urls ([9b882a2](9b882a2))

### Features

* add Python 3.10 ([#410](#410)) ([050d2b9](050d2b9))
* add support for private Github repos for style sources ([49dc12d](49dc12d))
* make generic.is_url() accept dollar-quoted userinfo fragments ([ef99acd](ef99acd))
@github-actions
Copy link

github-actions bot commented Nov 8, 2021

🎉 This PR is included in version 0.29.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Feature/fix is released label Nov 8, 2021
andreoliwa pushed a commit that referenced this pull request Nov 28, 2021
# [0.29.0](v0.28.0...v0.29.0) (2021-11-08)

### Bug Fixes

* convert ?token=xx into HTTP Basic creds for github style urls ([9b882a2](9b882a2))

### Features

* add Python 3.10 ([#410](#410)) ([050d2b9](050d2b9))
* add support for private Github repos for style sources ([49dc12d](49dc12d))
* make generic.is_url() accept dollar-quoted userinfo fragments ([ef99acd](ef99acd))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Feature/fix is released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants