diff options
author | Alastair Houghton <alastair@alastairs-place.net> | 2018-05-02 08:15:10 +0100 |
---|---|---|
committer | Alastair Houghton <alastair@alastairs-place.net> | 2018-05-02 08:15:10 +0100 |
commit | 4847e8f34c51f14f14ed31badb3deac46dece29e (patch) | |
tree | 5aa74364184c7ecc011defc5e696194f4909c7d9 /setup.py | |
parent | ae1dce4408aebc82180f6f65802d697679b2b335 (diff) | |
download | netifaces-git-4847e8f34c51f14f14ed31badb3deac46dece29e.tar.gz |
Added more versions to the testing matrix.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -593,5 +593,8 @@ setup (name='netifaces', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6' ], ext_modules=[iface_mod]) |