jrxFive / python-nomad

Client library Hashicorp Nomad
https://python-nomad.readthedocs.io/en/latest/
MIT License
139 stars 73 forks source link

remove py34 support #101

Closed resmo closed 4 years ago

resmo commented 4 years ago

Fixes #100

I didn't find anything related to py34 in the code, just CI and setup.py.

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #101   +/-   ##
======================================
  Coverage    91.1%   91.1%           
======================================
  Files          26      26           
  Lines        1034    1034           
======================================
  Hits          942     942           
  Misses         92      92

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 5fa997a...14a9e59. Read the comment docs.

erhlee-bird commented 4 years ago

LGTM, we should make another issue mirroring this to remove py27 as well.