Commit ee49640e authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): remove support for python3.7

parent 97ca445e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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
+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:

+1 −2
Original line number Diff line number Diff line
@@ -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,
@@ -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',