diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af18fdf02..fa9298cfe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,8 +26,6 @@ jobs: matrix: os: [ubuntu-latest] python: - - version: "3.8" - toxenv: py38,smoke - version: "3.9" toxenv: py39,smoke - version: "3.10" diff --git a/README.rst b/README.rst index 3f6489629..ff5fb4141 100644 --- a/README.rst +++ b/README.rst @@ -51,7 +51,7 @@ Features Installation ------------ -As of 4.0.0, ``python-gitlab`` is compatible with Python 3.8+. +As of 5.0.0, ``python-gitlab`` is compatible with Python 3.9+. Use ``pip`` to install the latest stable version of ``python-gitlab``: diff --git a/pyproject.toml b/pyproject.toml index 01674cb8f..4346df6a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ maintainers = [ {name = "Nejc Habjan", email="nejc.habjan@siemens.com"}, {name = "Roger Meier", email="r.meier@siemens.com"} ] -requires-python = ">=3.8.0" +requires-python = ">=3.9.0" dependencies = [ "requests>=2.32.0", "requests-toolbelt>=1.0.0", @@ -30,7 +30,6 @@ classifiers = [ "Operating System :: Microsoft :: Windows", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",