Skip to content

Commit cddee15

Browse files
committed
docs: Bump minimum version of Taskwarrior to 2.4
This allows us to drop some workarounds and leverage slightly newer features. The 2.4.0 was released in January 2015.
1 parent 44c2f51 commit cddee15

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Requirements
1414
------------
1515

1616
* Python 3.5 or above
17-
* taskwarrior_ v2.1.x or above.
17+
* taskwarrior_ v2.4.x or above.
1818

1919
Older versions of taskwarrior are untested and may not work.
2020

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Welcome to tasklib's documentation!
44
tasklib is a Python library for interacting with taskwarrior_ databases, using
55
a queryset API similar to that of Django's ORM.
66

7-
Supports Python 3.5 and above, with taskwarrior 2.1.x and above.
7+
Supports Python 3.5 and above, with taskwarrior 2.4.x and above.
88
Older versions of taskwarrior are untested and may not work.
99

1010
Requirements
1111
------------
1212

13-
* taskwarrior_ v2.1.x or above, although newest minor release is recommended.
13+
* taskwarrior_ v2.4.x or above, although newest minor release is recommended.
1414

1515
Installation
1616
------------

0 commit comments

Comments
 (0)