Skip to content

Commit

Permalink
Merge pull request #14 from jrudar/jrudar-patch-1
Browse files Browse the repository at this point in the history
Removed support for older versions of Python (3.9 and below)
Updated to latest version of NumPy
Minor bug fixes related to new versions of software
  • Loading branch information
jrudar authored Apr 27, 2024
2 parents 99f5b05 + 36f9fcd commit 5237377
Show file tree
Hide file tree
Showing 13 changed files with 1,288 additions and 1,274 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: [3.10, 3.11, 3.12]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 5237377

Please sign in to comment.