We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c1f59 commit a13a692Copy full SHA for a13a692
README.rst
@@ -206,7 +206,7 @@ https://github.com/xtrinch/fcm-django-web-demo
206
207
Python 3 support
208
----------------
209
-``fcm-django`` is fully compatible with Python 3.4 & 3.5 & 3.6 & 3.7
+``fcm-django`` is fully compatible with Python 2.7 & 3.4 & 3.5 & 3.6 & 3.7
210
211
Acknowledgements
212
setup.py
@@ -18,6 +18,7 @@
18
"Programming Language :: Python :: 3",
19
"Programming Language :: Python :: 3.4",
20
"Programming Language :: Python :: 3.5",
21
+ "Programming Language :: Python :: 3.7",
22
"Topic :: Software Development :: Libraries :: Python Modules",
23
"Topic :: System :: Networking",
24
]
0 commit comments