Skip to content

Commit

Permalink
Merge pull request #710 from htm-community/release_builds
Browse files Browse the repository at this point in the history
CI: try OSX tests with py 3.6
  • Loading branch information
breznak authored Oct 4, 2019
2 parents 76f5b60 + f555702 commit 8129e49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') # only on tag/release
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.7 #FIXME for better PyPI compatibility, we need to compile on older python. But unittests fail to import with <3.7

- name: Versions
run: |
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ in C++ library.
### Binary releases

If you want to use `htm.core` from Python, the easiest method is to install from [PyPI](https://test.pypi.org/project/htm.core/)
- Note: to install from `pip` you'll need Python 3.7+

```
python -m pip install -i https://test.pypi.org/simple/ htm.core
```
Expand Down

0 comments on commit 8129e49

Please sign in to comment.