Loading .github/workflows/test.yml +0 −4 Original line number Diff line number Diff line Loading @@ -17,14 +17,10 @@ jobs: - 'windows-latest' - 'macos-latest' python-version: - '3.7' - '3.8' - '3.9' - '3.10' - '3.11' exclude: - os: 'macos-latest' python-version: '3.7' steps: - name: Get system version for Linux Loading docs/source/tutorials/installation/index.rst +1 −1 Original line number Diff line number Diff line Installation =================== imgutils is currently hosted on PyPI. It required python >= 3.7. imgutils is currently hosted on PyPI. It required python >= 3.8. You can simply install imgutils from PyPI with the following command: Loading setup.py +1 −2 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ setup( url='https://github.com/deepghs/imgutils', # environment python_requires=">=3.7", python_requires=">=3.8", install_requires=requirements, tests_require=group_requirements['test'], extras_require=group_requirements, Loading @@ -61,7 +61,6 @@ setup( 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', Loading Loading
.github/workflows/test.yml +0 −4 Original line number Diff line number Diff line Loading @@ -17,14 +17,10 @@ jobs: - 'windows-latest' - 'macos-latest' python-version: - '3.7' - '3.8' - '3.9' - '3.10' - '3.11' exclude: - os: 'macos-latest' python-version: '3.7' steps: - name: Get system version for Linux Loading
docs/source/tutorials/installation/index.rst +1 −1 Original line number Diff line number Diff line Installation =================== imgutils is currently hosted on PyPI. It required python >= 3.7. imgutils is currently hosted on PyPI. It required python >= 3.8. You can simply install imgutils from PyPI with the following command: Loading
setup.py +1 −2 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ setup( url='https://github.com/deepghs/imgutils', # environment python_requires=">=3.7", python_requires=">=3.8", install_requires=requirements, tests_require=group_requirements['test'], extras_require=group_requirements, Loading @@ -61,7 +61,6 @@ setup( 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', Loading