Skip to content

Commit 20f62c6

Browse files
committed
update README with supported python versions
1 parent 30c3663 commit 20f62c6

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

README.txt

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -56,34 +56,7 @@ from this page.
5656
Python Versions
5757
===============
5858

59-
virtualenvwrapper is tested under Python 2.4 - 2.7.
60-
61-
Upgrading to 2.9
62-
================
63-
64-
Version 2.9 includes the features previously delivered separately by
65-
``virtualenvwrapper.project``. If you have an older verison of the
66-
project extensions installed, remove them before upgrading.
67-
68-
Upgrading from 1.x
69-
==================
70-
71-
The shell script containing the wrapper functions has been renamed in
72-
the 2.x series to reflect the fact that shells other than bash are
73-
supported. In your startup file, change ``source
74-
/usr/local/bin/virtualenvwrapper_bashrc`` to ``source
75-
/usr/local/bin/virtualenvwrapper.sh``.
76-
77-
============
78-
Contributing
79-
============
80-
81-
Before contributing new features to virtualenvwrapper core, consider
82-
whether they should be implemented as an extension instead.
83-
84-
Refer to the `developers docs
85-
<http://www.doughellmann.com/docs/virtualenvwrapper/developers.html>`__
86-
for tips on contributing patches.
59+
virtualenvwrapper is tested under Python 2.6, 2.7 and 3.2.
8760

8861
=======
8962
Support

0 commit comments

Comments
 (0)