File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44 python3 setup.py sdist
55
66manylinux :
7- docker run --rm -it -e PLAT=manylinux2010_x86_64 -v $(PWD ) :/io:Z -w /io quay.io/pypa/manylinux2010_x86_64 bash -c " yum install -y fuse-devel && /opt/python/cp37-cp37m /bin/python setup.py bdist_wheel && auditwheel repair dist/*.whl"
7+ docker run --rm -it -e PLAT=manylinux2010_x86_64 -v $(PWD ) :/io:Z -w /io quay.io/pypa/manylinux2010_x86_64 bash -c " yum install -y fuse-devel && /opt/python/cp39-cp39 /bin/python setup.py bdist_wheel && auditwheel repair dist/*.whl"
88
99clean :
1010 python3 setup.py clean --all
Original file line number Diff line number Diff line change 2828 "Programming Language :: Python :: 3" ,
2929 "Programming Language :: Python :: 3.5" ,
3030 "Programming Language :: Python :: 3.6" ,
31+ "Programming Language :: Python :: 3.7" ,
32+ "Programming Language :: Python :: 3.8" ,
33+ "Programming Language :: Python :: 3.9" ,
3134 "Topic :: System :: Filesystems" ]
3235
3336# write default fuse.pc path into environment if PKG_CONFIG_PATH is unset
You can’t perform that action at this time.
0 commit comments