Skip to content

Commit

Permalink
Test on Python 3.6. Add note in Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Sep 1, 2022
1 parent bd87640 commit 8ccc654
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
strategy:
matrix:
include:
- python-version: 3.7
pip_dep_var: "-r test-requirements.txt"
- python-version: 3.8
pip_dep_var: "-r test-requirements.txt"
- python-version: 3.9
pip_dep_var: "-r test-requirements.txt"
- python-version: "3.10"
pip_dep_var: "-r test-requirements.txt"
- python-version: 3.7
- python-version: 3.6
# Minimum dependencies; check against test-requirements.txt
pip_dep_var: "numpy==1.15 sympy scipy"
steps:
Expand Down
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Releases
MB below means Matthew Brett. Generally MB made changes not otherwise
attributed.

* 0.4.1 (Thursday 1st September 2022)

Bugfix release.

* Specify that this release requires Python 3.6 and above. MB accidentally
broke some installs by upgrading Versioneer, and forgetting to test with
Python 2.7. Versioneer has not supported Python 2.7 for several years.

* 0.4 (Saturday 27th August 2022)

New feature release, bugfixes, updates.
Expand Down

0 comments on commit 8ccc654

Please sign in to comment.