Skip to content

Commit

Permalink
Merge pull request #40 from wtclarke/rel/0.5.5
Browse files Browse the repository at this point in the history
Rel: 0.5.5
  • Loading branch information
wtclarke authored Oct 10, 2023
2 parents b7ae2f0 + d6e601a commit fb188f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ This document contains the pymapvbvd release history in reverse chronological or
0.5.5 (Tuesday 10th October 2023)
---------------------------------
- Suppress warning `RuntimeWarning: invalid value encountered in cast`.
- Python 3.7 is no longer supported.

0.5.4 (Monday 10th July 2023)
-----------------------------
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@
license_file='LICENSE',
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent", ],
python_requires='>=3.7')
python_requires='>=3.8')

0 comments on commit fb188f0

Please sign in to comment.