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

Drop Python 3.7, test on 3.12-dev and update deps #44

Merged
merged 1 commit into from
Jul 9, 2023

Conversation

adriangb
Copy link
Contributor

@adriangb adriangb commented Jul 8, 2023

While working on #43 I found that:

  • 3.7 does not have typing.SupportsIndex
  • We have conflicting dependencies because of fundamental flaws in how we're managing dependencies so I simplified it (see here and here)

return super().__iter__()
raise NotImplementedError
Copy link
Contributor Author

Choose a reason for hiding this comment

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

New mypy was complaining about this

@codecov-commenter
Copy link

codecov-commenter commented Jul 8, 2023

Codecov Report

Merging #44 (21f198e) into main (a31912d) will decrease coverage by 1.19%.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #44      +/-   ##
==========================================
- Coverage   95.26%   94.08%   -1.19%     
==========================================
  Files           2        2              
  Lines         169      169              
  Branches       48       27      -21     
==========================================
- Hits          161      159       -2     
- Misses          7        8       +1     
- Partials        1        2       +1     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Zac-HD Zac-HD merged commit 85ad9b6 into annotated-types:main Jul 9, 2023
7 checks passed
@Zac-HD
Copy link
Member

Zac-HD commented Jul 9, 2023

Thanks Adrian!

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

Successfully merging this pull request may close these issues.

None yet

3 participants