Skip to content

Commit a13a692

Browse files
committed
Fixes xtrinch#81
1 parent 79c1f59 commit a13a692

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ https://github.com/xtrinch/fcm-django-web-demo
206206

207207
Python 3 support
208208
----------------
209-
``fcm-django`` is fully compatible with Python 3.4 & 3.5 & 3.6 & 3.7
209+
``fcm-django`` is fully compatible with Python 2.7 & 3.4 & 3.5 & 3.6 & 3.7
210210

211211
Acknowledgements
212212
----------------

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"Programming Language :: Python :: 3",
1919
"Programming Language :: Python :: 3.4",
2020
"Programming Language :: Python :: 3.5",
21+
"Programming Language :: Python :: 3.7",
2122
"Topic :: Software Development :: Libraries :: Python Modules",
2223
"Topic :: System :: Networking",
2324
]

0 commit comments

Comments
 (0)