Commit d7f1a3d
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]>1 parent 8891b72 commit d7f1a3d
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments