aburrell / apexpy

A Python wrapper for Apex coordinates
MIT License
34 stars 25 forks source link

Deprecated Python 2 #70

Closed aburrell closed 3 years ago

aburrell commented 3 years ago

Description

Removes support for Python 2 and clarifies installation instructions.

Fixes #38 and records issue noted in #68.

Type of change

How Has This Been Tested?

Ran unit tests

Test Configuration:

Checklist:

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 729


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/apexpy/init.py 4 5 80.0%
<!-- Total: 34 35 97.14% -->
Files with Coverage Reduction New Missed Lines %
src/apexpy/apex.py 1 97.68%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 706: -0.03%
Covered Lines: 369
Relevant Lines: 377

💛 - Coveralls
aburrell commented 3 years ago

Merging, since this is a straightforward PR and not a release.