Open
Description
Describe the bug
The latest package version cannot be installed with Python 3.12 or higher.
To Reproduce
With the assumption that Python 3.12 or higher is installed:
$ pip install decoupler==1.9.2
ERROR: Could not find a version that satisfies the requirement decoupler==1.9.2 (from versions: 1.2.0, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.0)
Expected behavior
Installation of latest version is possible also on Python 3.12+.
Additional context
The problem was (probably) introduced with this commit and is very easy to fix if there are no deeper reasons for that specific commit, e.g. incompatibility with some other packages.