Skip to content

Commit 291b72d

Browse files
committed
Readme updates
1 parent db4ca17 commit 291b72d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2017 Stream.io Inc, and individual contributors.
1+
Copyright (c) 2014-2021 Stream.io Inc, and individual contributors.
22

33
All rights reserved.
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Stream Django
2-
[![Build Status](https://travis-ci.org/GetStream/stream-django.svg?branch=master)](https://travis-ci.org/GetStream/stream-django) [![PyPI version](https://badge.fury.io/py/stream-django.svg)](http://badge.fury.io/py/stream-django)
2+
[![build](https://github.com/GetStream/stream-django/workflows/build/badge.svg)](https://github.com/GetStream/stream-django/actions) [![PyPI version](https://badge.fury.io/py/stream-django.svg)](http://badge.fury.io/py/stream-django)
33

4-
[stream-django](https://github.com/GetStream/stream-django) is a Django client for [Stream](https://getstream.io/), it supports Django from 1.5 up to and including 2.2 using Python 2.7 and 3.4, 3.5, 3.6 and 3.7.
4+
[stream-django](https://github.com/GetStream/stream-django) is a Django client for [Stream](https://getstream.io/), it supports Django from 1.11 up to and including 3.2 using Python 2.7 and 3.4, 3.5, 3.6+.
55

66
You can sign up for a Stream account at https://getstream.io/get_started.
77

@@ -371,6 +371,6 @@ special_feed.follow('timeline:60')
371371

372372
### Copyright and License Information
373373

374-
Copyright (c) 2014-2020 Stream.io Inc, and individual contributors. All rights reserved.
374+
Copyright (c) 2014-2021 Stream.io Inc, and individual contributors. All rights reserved.
375375

376376
See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"Programming Language :: Python",
4141
"Programming Language :: Python :: 2.7",
4242
"Programming Language :: Python :: 3",
43+
"Programming Language :: Python :: 3.6",
44+
"Programming Language :: Python :: 3.7",
45+
"Programming Language :: Python :: 3.8",
46+
"Programming Language :: Python :: 3.9",
4347
"Topic :: Internet :: WWW/HTTP",
4448
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
4549
],

0 commit comments

Comments
 (0)