archive
/
ipc-unix
Archived
1
Fork 0

Only support >=3.5

This commit is contained in:
Jake Howard 2018-12-08 16:11:56 +00:00
parent 336e2aa0ba
commit 4358ab6c3a
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 1 additions and 3 deletions

View File

@ -3,8 +3,6 @@ sudo: required
dist: xenial dist: xenial
python: python:
- "3.4"
- "3.5"
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7" - "3.7"

View File

@ -10,7 +10,7 @@ setup(
packages=["ipc_unix"], packages=["ipc_unix"],
include_package_data=True, include_package_data=True,
zip_safe=False, zip_safe=False,
pathon_requires=">=3.4", pathon_requires=">=3.5",
install_requires=["ujson"], install_requires=["ujson"],
project_urls={"GitHub: Issues": "https://github.com/realorangeone/ipc-unix/issues"}, project_urls={"GitHub: Issues": "https://github.com/realorangeone/ipc-unix/issues"},
) )