Currently PyFCM lists aiohttp==3.8.6 as a required dependency, however such version of the aiohttp library does not support Python 3.12. aiohttp of version 3.9.0 does support Python 3.12. Is it possible to bump aiohttp's version listed in the setup.py or change the versioning from strict match to be at least 3.8.6 (meaning setting aiohttp>=3.8.6)?
Currently PyFCM lists
aiohttp==3.8.6as a required dependency, however such version of the aiohttp library does not support Python 3.12. aiohttp of version 3.9.0 does support Python 3.12. Is it possible to bump aiohttp's version listed in thesetup.pyor change the versioning from strict match to be at least 3.8.6 (meaning settingaiohttp>=3.8.6)?