Changeset 30c03d0 in trunk


Ignore:
Timestamp:
2021-05-05T14:34:10Z (4 years ago)
Author:
Itamar Turner-Trauring <itamar@…>
Branches:
master
Children:
65159c9
Parents:
293f372
Message:

Newer versions of setuptools and pip, to work better with newer Pythons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tox.ini

    r293f372 r30c03d0  
    3636     # versions at the time.  Bumping them to keep up with future releases is
    3737     # fine as long as those releases are known to actually work.
    38      pip==19.1.1
    39      setuptools==41.0.1
    40      wheel==0.33.4
     38     #
     39     # For now these are versions that support Python 2.
     40     pip==20.3.4
     41     setuptools==44.1.1
     42     wheel==0.36.2
    4143     subunitreporter==19.3.2
    4244     # As an exception, we don't pin certifi because it contains CA
Note: See TracChangeset for help on using the changeset viewer.