I have been trying to install this package on Python 3.10.12 and getting this error:
$ pip install AsyncLupa
Collecting AsyncLupa
Using cached AsyncLupa-1.0b.tar.gz (2.6 kB)
Preparing metadata (setup.py) ... done
Discarding https://files.pythonhosted.org/packages/00/9e/c4266dd88cb4221dce9a1358948ecfb20e0375b772191c1c135d160e96c0/AsyncLupa-1.0b.tar.gz#sha256=ee6af0ecdcb13254a47e29cb83b1708de759cb8d6fe425164fcd0fb9836a2244 (from https://pypi.org/simple/asynclupa/) (requires-python:>=2): Requested AsyncLupa from https://files.pythonhosted.org/packages/00/9e/c4266dd88cb4221dce9a1358948ecfb20e0375b772191c1c135d160e96c0/AsyncLupa-1.0b.tar.gz#sha256=ee6af0ecdcb13254a47e29cb83b1708de759cb8d6fe425164fcd0fb9836a2244 has inconsistent version: filename has '1.0b0', but metadata has '1.0'
ERROR: Could not find a version that satisfies the requirement AsyncLupa (from versions: 1.0b0)
ERROR: No matching distribution found for AsyncLupa
Is there a plan to support newer versions of Python?
I have been trying to install this package on Python 3.10.12 and getting this error:
Is there a plan to support newer versions of Python?