Skip to content

Commit 2427078

Browse files
committed
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.
1 parent 4c0b288 commit 2427078

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and template changes not listed here.
66
Each entry has the developer who committed the change in brackets.
77
Entries without name were done by Richard Jones.
88

9+
**IMPORTANT** The v1.5.x releases of Roundup will be the last to support Python
10+
v2.5. Support for Python v2.5 will be dropped with the v1.6 release of Roundup,
11+
at which point users will need to run Roundup using either Python v2.6 or v2.7.
12+
913

1014
2014-??-??: 1.5.1
1115

doc/upgrading.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ then you don't need to do anything. If you're upgrading from 0.5.6 to
1111
0.6.8 though, you'll need to check the "0.5 to 0.6" and "0.6.x to 0.6.3"
1212
steps.
1313

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.
17+
1418
Contents:
1519

1620
.. contents::

0 commit comments

Comments
 (0)