Skip to content

Commit f5c09ab

Browse files
anaconda distribution final
1 parent 19e7577 commit f5c09ab

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/build_conda.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ jobs:
1010
name: Build conda on ${{ matrix.os }} with Python ${{ matrix.python-version }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:
13-
fail-fast: false
13+
fail-fast: true
1414
matrix:
1515
os: [ubuntu-20.04, windows-2019, macos-11]
16-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1717
exclude:
18-
- os: windows-2019
19-
python-version: "3.7"
2018
- os: windows-2019
2119
python-version: "3.12"
2220
steps:

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: softprops/action-gh-release@v1
8282
with:
8383
body: |
84-
Please read the [CHANGELOG](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/main/CHANGELOG.md) for further information.
84+
Please read the [CHANGELOG](https://unicorn-binance-websocket-api.docs.lucit.tech/changelog.html) for further information.
8585
discussion_category_name: releases
8686
draft: false
8787
files: |

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ processing.
313313

314314
For the PyPy interpreter we offer packages only from Python version 3.9 and higher.
315315

316+
Anaconda packages are available from Python version 3.8 and higher.
317+
316318
The current dependencies are listed
317319
[here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/requirements.txt).
318320

meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@ about:
387387
388388
For the PyPy interpreter we offer packages only from Python version 3.9 and higher.
389389
390+
Anaconda packages are available from Python version 3.8 and higher.
391+
390392
The current dependencies are listed
391393
[here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/requirements.txt).
392394

0 commit comments

Comments
 (0)