Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ MIT License. For the MIT License please see LICENSE-MIT-Puka.
spec/table.py: Adapted from Pika, licensed under GPL or MPL
puka/urlparse.py: Backported from Python 2.7 (ipv6 support).
Distributed on Python License.
puka/ordereddict.py: MIT license by 2009 Raymond Hettinger.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ tests (see the `./tests` directory).
I want to install Puka
----------------------

Puka works with Python 2.6 and 2.7.
Puka works with Python 2.7/3.6+.

You can install Puka system-wide using pip:

Expand Down
Loading