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

fix: support python 3.9 #397

Merged
merged 1 commit into from
Oct 29, 2020
Merged

fix: support python 3.9 #397

merged 1 commit into from
Oct 29, 2020

Conversation

noahnu
Copy link
Collaborator

@noahnu noahnu commented Oct 29, 2020

No description provided.

@codecov
Copy link

codecov bot commented Oct 29, 2020

Codecov Report

Merging #397 into master will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #397   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines         1005      1005           
=========================================
  Hits          1005      1005           

colorama==0.4.4 # via twine
colored==1.4.2 # via syrupy
configparser==5.0.1 # via py-githooks
coverage[toml]==5.3 # via codecov, syrupy
cryptography==3.2.1 # via secretstorage
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This comes from secretstorage which is a direct dependency of keyring. It's only required on linux and so disappears whenever requirements are updated manually on Mac.

@@ -11,7 +11,7 @@
install_requires = [
"attrs>=18.2.0,<21.0.0",
"colored>=1.3.92,<2.0.0",
"typing_extensions>=3.6,<4.0.0",
"typing_extensions>=3.6,<4.0.0; python_version < '3.7.0'",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

No need to install typing_extensions on >=3.7.

@noahnu noahnu merged commit 6013e9a into master Oct 29, 2020
@noahnu noahnu deleted the python39 branch October 29, 2020 03:29
syrupy-bot pushed a commit that referenced this pull request Oct 29, 2020
## [0.8.1](v0.8.0...v0.8.1) (2020-10-29)

### Bug Fixes

* support python 3.9 ([#397](#397)) ([6013e9a](6013e9a))
@syrupy-bot
Copy link
Contributor

🎉 This PR is included in version 0.8.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants