]> git.k1024.org Git - pyxattr.git/commit
Stop supporting Python 2
authorIustin Pop <iustin@k1024.org>
Mon, 25 Nov 2019 01:03:38 +0000 (02:03 +0100)
committerIustin Pop <iustin@k1024.org>
Mon, 25 Nov 2019 01:03:38 +0000 (02:03 +0100)
commitf288f888023f1c90db245f34fc5aef04973e9484
tree434577ad28d31546e445adaee3e613a43e90ed87
parent1a589c89e33dbb579ccb1799b862120b23d85b2c
Stop supporting Python 2

Bump minimum Python version to 3.4, which covers e.g. in Debian even
old-old-stable (Jessie), which is good enough.

This will allow code simplification and supporting new
features (e.g. to implement #20).
.travis.yml
Makefile
README.md
setup.py