Skip to content

Commit ec3b879

Browse files
committed
Officially support up to python 3.9
1 parent 34371c0 commit ec3b879

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source:
44
python3 setup.py sdist
55

66
manylinux:
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

99
clean:
1010
python3 setup.py clean --all

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
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

0 commit comments

Comments
 (0)