Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed compatibility issue in clicker (#19)
* Fixed compatibility issue in clicker _clicker used python syntax that is only compatible with python 3.10+. I changed the syntax to be compatible with earlier versions. My research group uses this epon source library with python 3.9.6 and are glad to contribute. Package now requires the typing module as a dependency. Committer Contact info: H. Ryott Glayzer email: [email protected] * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * replaced old syntax with __future__ * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update setup.cfg --------- Co-authored-by: H. Ryott Glayzer <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ian Hunt-Isaak <[email protected]>
- Loading branch information