diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 0292429..47b00c9 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - name: Check out repository diff --git a/pyproject.toml b/pyproject.toml index a622f5f..c69b302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = 'README.md' repository = 'https://github.com/Olen/Spond' [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" aiohttp = "^3.8.5" [tool.poetry.group.dev.dependencies] @@ -19,7 +19,7 @@ pytest-asyncio = "^0.23.6" [tool.black] line-length = 88 -target-version = ['py38', 'py39', 'py310', 'py311', 'py312', 'py313'] +target-version = ['py39', 'py310', 'py311', 'py312', 'py313'] [tool.isort] profile = "black"