This is a follow-up of the pyzmq error, which prevented GOReverseLookup from being pushed to pypi. The error happened when TestPypi and Pypi began using Python 3.12 for test installs of the GOReverseLookup package. The last successful Pypi push was made with GOReverseLookup 3.0.10, which was ran using Python 3.11.x (see Github actions history and search for keyword "python").
1.0.16
Also added `"pyzmq >= 25.0.0"` to dependencies of pyproject.toml.
1.0.15
pyzmq is the cause of failed TestPypi and Pypi uploads as per https://github.com/Bears-R-Us/arkouda/pull/1788. Added `requires = ["setuptools", "setuptools-scm", "pyzmq>=25.0.0"]` in pyproject.toml. Hopefully, this check resolves the issue.