Skip to content

Commit

Permalink
release 16.6.0 and drop all jython reference
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed May 15, 2019
1 parent e200870 commit 8cd7254
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 192 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Features
- Drop Jython support. Jython became slower and slower in the last few months and significantly holds back our
CI and development. As there's very little user base for it decided to drop support for it. If there are Jython
developers reach out to us to see how we can add back support. (`#1354 <https://github.com/pypa/virtualenv/issues/1354>`_)
- Upgrade embeded packages:
- Upgrade embedded packages:

* upgrade wheel from ``0.33.1`` to ``0.33.4``
* upgrade pip from ``19.1`` to ``19.1.1`` (`#1356 <https://github.com/pypa/virtualenv/issues/1356>`_)
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
testing = mock;python_version<"3.3"
pytest >= 4.0.0, <5
coverage >= 4.5.0, <5
pytest-timeout >= 1.3.0, <2; platform_python_implementation!="Jython"
pytest-timeout >= 1.3.0, <2
xonsh; python_version>="3.5"
six >= 1.10.0, < 2
pytest-xdist; platform_python_implementation!="Jython"
pytest-xdist
pytest-localserver
pypiserver
docs = sphinx >= 1.8.0, < 2
Expand Down
Loading

0 comments on commit 8cd7254

Please sign in to comment.