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

Remove Python 3.6 support #118

Merged
merged 2 commits into from
Dec 23, 2021
Merged

Remove Python 3.6 support #118

merged 2 commits into from
Dec 23, 2021

Conversation

jodal
Copy link
Owner

@jodal jodal commented Dec 23, 2021

  • Require Python 3.7, as 3.6 has reached end-of-life
  • Use lazy annotations instead of strings

@jodal jodal self-assigned this Dec 23, 2021
@codecov
Copy link

codecov bot commented Dec 23, 2021

Codecov Report

Merging #118 (86a0746) into main (2564682) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #118   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        18           
  Lines          823       835   +12     
  Branches       121       121           
=========================================
+ Hits           823       835   +12     
Impacted Files Coverage Δ
src/biip/_parser.py 100.00% <100.00%> (ø)
src/biip/gln.py 100.00% <100.00%> (ø)
src/biip/gs1/_application_identifiers.py 100.00% <100.00%> (ø)
src/biip/gs1/_element_strings.py 100.00% <100.00%> (ø)
src/biip/gs1/_messages.py 100.00% <100.00%> (ø)
src/biip/gs1/_prefixes.py 100.00% <100.00%> (ø)
src/biip/gs1/_symbology.py 100.00% <100.00%> (ø)
src/biip/gtin/_enums.py 100.00% <100.00%> (ø)
src/biip/gtin/_gtin.py 100.00% <100.00%> (ø)
src/biip/sscc.py 100.00% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2564682...86a0746. Read the comment docs.

@jodal jodal merged commit 0c2d962 into main Dec 23, 2021
@jodal jodal deleted the jodal/remove-py36 branch December 23, 2021 12:47
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

1 participant