diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 6cb79a9..2ff3730 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.9, '3.10', '3.11'] + python-version: [3.9, '3.10', '3.11'] kiwitcms-url: [tcms.kiwitcms.org, public.tenant.kiwitcms.org] make-command: [ci, check-build, junit.xml] diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f308eb..ec08239 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,6 +14,6 @@ repos: - id: reorder-python-imports language_version: python3 - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black diff --git a/setup.py b/setup.py index 2ab3a7b..9270668 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,6 @@ def get_version(): "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: POSIX", "Programming Language :: Python", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",