diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index a75d193..4e86761 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: 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: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index 69e2a41..c428780 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,11 @@ dynamic = ["version"] description = "A Python API client library for the Argus alert aggregator server" readme = "README.md" authors = [{name="Sikt - Kunnskapssektorens Tjenesteleverandør", email="kontakt@sikt.no"}] -requires-python = ">=3.8" +requires-python = ">=3.9" license = {file = "LICENSE"} classifiers = [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", diff --git a/tox.ini b/tox.ini index 6b95248..b49f53f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,6 @@ basepython = python3.9 [gh-actions] python = - 3.8: py38 3.9: py39 3.10: py310 3.11: py311