numpy / numpy-stubs

Experimental typing stubs for NumPy
BSD 3-Clause "New" or "Revised" License
282 stars 32 forks source link

Add Python 3.8 to the CI matrix #58

Closed person142 closed 4 years ago

person142 commented 4 years ago

This also required bumping the flake8 version.

While experimenting with plugins in https://github.com/numpy/numpy-stubs/pull/56 I was getting CI failures on 3.7 but not 3.6, so it seemed prudent to expand our CI matrix.

rgommers commented 4 years ago

LGTM, merged. Thanks @person142