Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
core: it's Python 3.5 o'clock
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Sep 18, 2015
1 parent d80b7c4 commit 94d34d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Unless stated otherwise on-file pyuv uses the MIT license, check LICENSE file.
Python versions
===============

Python 2.7, 3.3 and 3.4 versions are supported.
Python 2.7, and Python >= 3.3 versions are supported.


Contributing
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def get_version():
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4"
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5"
],
cmdclass = {'build_ext': libuv_build_ext,
'sdist' : libuv_sdist},
Expand Down

0 comments on commit 94d34d6

Please sign in to comment.