Skip to content

Commit 7a886af

Browse files
committed
require Python >= 3.5
cleanup cleanup
1 parent 5614ebb commit 7a886af

File tree

10 files changed

+4
-1078
lines changed

10 files changed

+4
-1078
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,6 @@ jobs:
8080
python -m pip install pytest
8181
python -m pytest ${GITHUB_WORKSPACE} -r a -v
8282
83-
linuxPy27:
84-
needs: [lint]
85-
runs-on: ubuntu-latest
86-
steps:
87-
- uses: actions/checkout@v1
88-
- uses: actions/setup-python@v1
89-
with:
90-
python-version: 2.7
91-
- name: Install dependencies
92-
run: pip install -e .[tests]
93-
- name: run Pytest
94-
run: pytest tests/test_py27.py
95-
9683
linuxPy35Math:
9784
needs: [lint]
9885
runs-on: ubuntu-latest

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ Thanks to our [contributors](./contributors.md).
2727

2828
## Prerequisites
2929

30-
Python ≥ 2.6 is the bare minimum requirement to use core functions of PyMap3d.
31-
Full features require {Python ≥ 3.5, PyPy} and Numpy.
32-
AstroPy is optional; algorithms from Vallado and Meeus are used if AstroPy is not present.
33-
PyMap3D is regularly tested with Python ≥ 3.5.
34-
Limited Python 2.6, 2.7 and 3.4 support is available for systems using MicroPython or other cases where a current Python version isn't available.
30+
Pymap3d is compatible with Python ≥ 3.5 including PyPy.
31+
Numpy and AstroPy are optional; algorithms from Vallado and Meeus are used if AstroPy is not present.
3532

3633

3734
## Install

pymap3d/math/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

pymap3d/math/aer.py

Lines changed: 0 additions & 181 deletions
This file was deleted.

0 commit comments

Comments
 (0)