Skip to content

Commit

Permalink
Merge pull request #61 from rstoneback/fix_testing_versions
Browse files Browse the repository at this point in the history
Update tested python versions
  • Loading branch information
rstoneback authored Jan 23, 2024
2 parents c458e8c + ef3da60 commit e322c7a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.9", "3.10", "3.11"]
numpy_ver: [latest]
include:
- python-version: "3.8"
numpy_ver: "1.20"
os: "ubuntu-latest"

name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with numpy ${{ matrix.numpy_ver }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -61,4 +57,17 @@ jobs:
- name: Publish results to coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_PARALLEL: true
run: coveralls --rcfile=setup.cfg --service=github

finish:
name: Finish Coverage Analysis
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install --upgrade coveralls
coveralls --service=github --finish
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.2] - ?????
- Updated coupling to coveralls
- Updated package version for security issue in sphinx

## [1.0.1] - 2022-01-04
- Added pyproject.toml to support systems without numpy.
- Modified manifest.ini to include version.txt
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpydoc
ipython
pandas
pysat
readthedocs-sphinx-search==0.1.1
readthedocs-sphinx-search==0.3.2
scipy
sphinx_rtd_theme==1.0.0
sphinx==4.2.0
Expand Down

0 comments on commit e322c7a

Please sign in to comment.