afewmail / afew

an initial tagging script for notmuch mail
ISC License
325 stars 98 forks source link

drop Python 3.4 and 3.5 #245

Closed flokli closed 5 years ago

flokli commented 5 years ago

This allows to use some more recent Python features, and even Debian stable comes with 3.7 by now.

GuillaumeSeren commented 5 years ago

We are becoming elitist :snake:

kyrias commented 5 years ago

Looks like the tests are only built on 3.7 now: https://travis-ci.org/afewmail/afew/builds/589083000

I think there needs to be a

- python: 3.6
  dist: xenial

in the matrix.include sections to run both?

flokli commented 5 years ago

@kyrias thanks for catching that! I opened https://github.com/afewmail/afew/pull/246 to fix that.