diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index af61d95..8d1c724 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -11,10 +11,10 @@ jobs: strategy: matrix: python-version: - - "3.8" - "3.9" - "3.10" - "3.11" + - "3.12" name: Check and test uses: greenbone/workflows/.github/workflows/ci-python.yml@main diff --git a/pyproject.toml b/pyproject.toml index d17f71f..9e8939f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,27 +18,21 @@ classifiers = [ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Environment :: Console", "Intended Audience :: Developers", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries :: Python Modules", ] packages = [ { include = "autohooks" }, - { include = "poetry.lock", format = "sdist"}, -] -keywords = [ - "git", - "formatting", - "linting", - "hooks", - "black", + { include = "poetry.lock", format = "sdist" }, ] +keywords = ["git", "formatting", "linting", "hooks", "black"] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.9" black = ">=20.8" autohooks = ">=21.6.0" @@ -52,7 +46,7 @@ pontos = ">=22.5.0" [tool.black] line-length = 80 -target-version = ['py38', 'py39', 'py310', 'py311'] +target-version = ['py39', 'py310', 'py311', 'py312'] exclude = ''' /( \.git