dropbox / sqlalchemy-stubs

Mypy plugin and stubs for SQLAlchemy
Apache License 2.0
570 stars 101 forks source link

python 3.5 tests failing in travis #208

Closed shawnwall closed 3 years ago

shawnwall commented 3 years ago

pip 21 no longer supports python 3.5:

https://pip.pypa.io/en/stable/news/#id4

The travis config updates pip to the latest version prior to running tests, and the 3.5 tests fail as it cant complete its pip install.