diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 15f0239..d2175e8 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/master-linters.yml b/.github/workflows/master-linters.yml index 63d4dd1..cf21bc4 100644 --- a/.github/workflows/master-linters.yml +++ b/.github/workflows/master-linters.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index fdd543e..0e62419 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ keywords = ["leonardo", "ai", "image generation", "artificial intelligence", "ap description = "Leonardo.ai Python API" readme = "README.md" license = { file="LICENSE" } -requires-python = ">=3.8" +requires-python = ">=3.9" dependencies = [ 'requests', 'aiohttp', @@ -29,7 +29,6 @@ dependencies = [ 'frozenlist' ] classifiers = [ - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", diff --git a/setup.cfg b/setup.cfg index a801492..1c25666 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,6 @@ keywords = leonardo, leonardo.ai, image generation, stablediffusion, api, llm, a license = MIT License python_requires = >=3.9 classifiers = - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11