File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939 - run :
4040 command : | # Use pip to install dependengcies
41- sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
4241 pip install --user --upgrade setuptools
4342 pip install --user -e .
4443 pip install --user -r requirements-dev.txt
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ matrix:
1313 dist : xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
1414
1515install :
16- - sudo pip install git+git://github.com/rocky/python-xdis.git#egg=xdis
1716- pip install -e .
1817- pip install -r requirements-dev.txt
1918
Original file line number Diff line number Diff line change 1+ 3.7.1: 2020-6-12 Fleetwood66
2+ ====================================================
3+
4+ Released to pick up new xdis version which has fixes to read bytestings better on 3.x
5+
6+ * Handle 3.7+ "else" branch removal adAs seen in ` _cmp() ` of ` python3.8/distutils/version.py ` with optimization ` -O2 `
7+ * 3.6+ "with" and "with .. as" grammar improvements
8+ * ast-check for "for" loop was missing some grammar rules
9+
1103.7.0: 2020-5-19 Primidi 1st Prairial - Alfalfa - HF
211====================================================
312
Original file line number Diff line number Diff line change 1212# along with this program. If not, see <http://www.gnu.org/licenses/>.
1313# This file is suitable for sourcing inside POSIX shell as
1414# well as importing into Python
15- VERSION = "3.7.0 " # noqa
15+ VERSION = "3.7.1 " # noqa
You can’t perform that action at this time.
0 commit comments