-
Notifications
You must be signed in to change notification settings - Fork 208
Open
Description
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)?
Metadata
Metadata
Assignees
Labels
No labels