3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-27 13:09:23 +01:00

Drop official support for Python 3.4

Our lowest support target is now Python 3.5 (Debian 9, Ubuntu 16.04)
This commit is contained in:
James Lu 2019-06-07 14:32:29 -07:00
parent c62ec4fde0
commit 886a98a396
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ You can also find support via our IRC channel at `#PyLink @ irc.overdrivenetwork
## Installation
### Pre-requisites
* CPython 3.4 or above (other intepreters are untested and unsupported)
* CPython 3.5 or above (other intepreters are untested and unsupported)
* A Unix-like operating system: PyLink is actively developed on Linux only, so we cannot guarantee that things will work properly on other systems.
If you are a developer and want to help make PyLink more portable, patches are welcome.

View File

@ -76,9 +76,9 @@ setup(
'Natural Language :: English',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
keywords='IRC services relay',