]> git.k1024.org Git - pylibacl.git/commit
Drop Python 2.6 and earlier support
authorIustin Pop <iustin@k1024.org>
Sun, 3 Mar 2019 11:47:36 +0000 (12:47 +0100)
committerIustin Pop <iustin@k1024.org>
Sun, 3 Mar 2019 11:47:36 +0000 (12:47 +0100)
commit311fb8c7b01c14e5463445fccf6abdd7676e24cb
tree1a69f3921bd1b22eeea940cfd52c00dfbabd27ae
parent299aee8ca5b2f396464b915f4211022d94b60d52
Drop Python 2.6 and earlier support

While the C extension doesn't need anything to support it, simply
running the tests becomes more and more difficult with such old
versions. Given upcoming Python 2 deprecation, let's drop support for
older versions and simplify the test suite.
.travis.yml
README.rst
acl.c
test/test_acls.py