Skip to content

Commit

Permalink
BLD: Stop testing on Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeim committed Feb 16, 2023
1 parent 5825834 commit a33e6ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
fail-fast: false
matrix:
include:
# 2017
- python: 3.6
display_name: "2017"
numpy: "numpy==1.14.*" # pre-install numpy due to issue in numba 0.32 wheel building
deps: "scipy==1.1.* matplotlib==2.1.* pillow==4.3.* pandas==0.22.* tables==3.4.* scikit-learn==0.19.* pyyaml numba==0.32.* llvmlite==0.17.* looseversion>=1.0.1"
# 2018
- python: 3.7
display_name: "2018"
Expand Down
2 changes: 1 addition & 1 deletion doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ but pip is also supported.

Essential Dependencies:

* Python 3.5 or newer. (trackpy on Python 2.7 is no longer officially supported, though it is still likely to run.)
* Python 3.7 or newer. (trackpy on Python 2.7 and older Python 3.x is no longer officially supported, though it is still likely to run.)
* `setuptools <http://pythonhosted.org/setuptools/>`__
* `numpy <http://www.scipy.org/>`__
* `scipy <http://www.scipy.org/>`__
Expand Down
5 changes: 5 additions & 0 deletions doc/releases/v0.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ Bug Fixes
position columns as the linker, and correctly handles the pos_columns
argument if specified.
- The link_df() method of predictor objects now works correctly.

Dependencies
~~~~~~~~~~~~

- trackpy is no longer tested with Python 3.6.

0 comments on commit a33e6ed

Please sign in to comment.