Skip to content

chore(python): drop support for Python 3.8#615

Merged
jansegre merged 1 commit intomasterfrom
chore/drop-python-3.8
May 17, 2023
Merged

chore(python): drop support for Python 3.8#615
jansegre merged 1 commit intomasterfrom
chore/drop-python-3.8

Conversation

@jansegre
Copy link
Member

After this PR we will be able to use annotations like dict[str, int] instead of Dict[str, int] (and having to import typing.Dict).

Acceptance Criteria

  • Remove all mentions and uses of Python 3.8

@jansegre jansegre requested a review from glevco May 17, 2023 22:01
@jansegre jansegre self-assigned this May 17, 2023
@jansegre jansegre requested a review from msbrogli as a code owner May 17, 2023 22:01
@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Merging #615 (03a14fd) into master (0b70976) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #615      +/-   ##
==========================================
+ Coverage   83.68%   83.69%   +0.01%     
==========================================
  Files         231      231              
  Lines       19622    19622              
  Branches     2687     2687              
==========================================
+ Hits        16420    16422       +2     
+ Misses       2609     2607       -2     
  Partials      593      593              

see 2 files with indirect coverage changes

@jansegre jansegre merged commit 3b372ac into master May 17, 2023
@jansegre jansegre deleted the chore/drop-python-3.8 branch May 17, 2023 22:33
@jansegre jansegre mentioned this pull request Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants