Only support >=3.5
This commit is contained in:
parent
336e2aa0ba
commit
4358ab6c3a
2 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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"},
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue