Skip to content

Commit

Permalink
Python 3.5 now officially supported ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Mar 21, 2016
1 parent abf88e5 commit abbe124
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ copy/pasting these scripts around I decided to bring the main features together
in a properly documented Python package and upload it to the `Python Package
Index`_.

The `rotate-backups` package is currently tested on Python 2.7, 3.4 and PyPy.
The `rotate-backups` package is currently tested on Python 2.7, 3.4, 3.5 and
PyPy (2.7).

.. contents::
:local:
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Setup script for the `rotate-backups' package.
#
# Author: Peter Odding <peter@peterodding.com>
# Last Change: March 20, 2016
# Last Change: March 21, 2016
# URL: https://github.com/xolox/python-rotate-backups

"""
Expand Down Expand Up @@ -73,10 +73,12 @@
'Operating System :: Unix',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development',
'Topic :: System :: Archiving :: Backup',
Expand Down

0 comments on commit abbe124

Please sign in to comment.