Skip to content

Commit

Permalink
0.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostert committed Aug 21, 2024
1 parent 9fb0055 commit 26abdc1
Show file tree
Hide file tree
Showing 25 changed files with 5,551 additions and 5,623 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest]
os: [macos-latest, macos-14, ubuntu-latest] #, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you experience any problems or bugs, either open a new issue or contact <mhos

Required dependencies:

- [Python](http://www.python.org/) 3.7 or above
- [Python](http://www.python.org/) 3.8 or above
- [NumPy](http://www.numpy.org/)

The following dependencies (if missing) will be automatically installed during the main installation of the package:
Expand All @@ -57,7 +57,7 @@ The following dependencies (if missing) will be automatically installed during t

## Installation

DarkNews is available on PyPI so from your python3.7+ (virtual environment or otherwise), run
DarkNews is available on PyPI so from your python3.8+ (virtual environment or otherwise), run

```sh
python3 -m pip install DarkNews
Expand Down
Loading

0 comments on commit 26abdc1

Please sign in to comment.