diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 91f977d..54517a8 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -7,6 +7,12 @@ - '*' schedule: - cron: '59 23 * * *' + workflow_dispatch: + inputs: + version: + description: Manual Unittest Run + default: test + required: false jobs: unittests: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index de8868f..b514424 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/ambv/black - rev: 20.8b1 + rev: 21.12b0 hooks: - id: black language_version: python3.9 diff --git a/README.md b/README.md index e274a5b..11d7578 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,15 @@ After some consideration, this repo will serve as a stub for the `tigernet` impl ## Installation -![Pypi python versions](https://img.shields.io/pypi/pyversions/tigernet.svg) Currently `tigernet` officially supports [3.8](https://docs.python.org/3.8/) and [3.9](https://docs.python.org/3.9/). +![Pypi python versions](https://img.shields.io/pypi/pyversions/tigernet.svg) Currently `tigernet` officially supports [3.8](https://docs.python.org/3.8/), [3.9](https://docs.python.org/3.9/), and [3.10](https://docs.python.org/3.10/). + + +(*Recommended*) Install the current release via [`conda-forge`](https://github.com/conda-forge/tigernet-feedstock) by running: + +``` +$ conda install tigernet +``` + Install the current release from [`PyPI`](https://pypi.org/project/tigernet/) by running: