comparison doc/upgrading.txt @ 4901:fa268ea457db

Add note about dropping support for Python v2.5 After some discussion on the roundup-devel mailing list it was agreed that support for Python v2.5 should be dropped in the v1.6 release of Roundup. Dropping support for Python v2.5 should allow a number of cleanups to the code base as well a provide and opportunity to start porting Roundup to Python v3.
author John Kristensen <john@jerrykan.com>
date Wed, 25 Jun 2014 13:19:42 +1000
parents 609edf9de0a5
children a403c29ffaf9
comparison
equal deleted inserted replaced
4900:349a83aca61f 4901:fa268ea457db
8 8
9 If a specific version transition isn't mentioned here (eg. 0.6.7 to 0.6.8) 9 If a specific version transition isn't mentioned here (eg. 0.6.7 to 0.6.8)
10 then you don't need to do anything. If you're upgrading from 0.5.6 to 10 then you don't need to do anything. If you're upgrading from 0.5.6 to
11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3" 11 0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3"
12 steps. 12 steps.
13
14 **IMPORTANT** The v1.5.x releases of Roundup will be the last to support Python
15 v2.5. Support for Python v2.5 will be dropped with the v1.6 release of Roundup,
16 at which point users will need to run Roundup using either Python v2.6 or v2.7.
13 17
14 Contents: 18 Contents:
15 19
16 .. contents:: 20 .. contents::
17 :local: 21 :local:

Roundup Issue Tracker: http://roundup-tracker.org/