diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 575cc82bf..4623fc5e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,10 +32,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - pyenv: [py38, py39, py310, py311, py312, py312-raw] + pyenv: [py39, py310, py311, py312, py312-raw] include: - - pyenv: py38 - python-version: "3.8" - pyenv: py39 python-version: "3.9" - pyenv: py310 diff --git a/README.rst b/README.rst index db7697794..8217487c2 100644 --- a/README.rst +++ b/README.rst @@ -38,5 +38,5 @@ Kinto is a minimalist JSON storage service with synchronisation and sharing abil Requirements ------------ -* **Python**: 3.8+ +* **Python**: 3.9+ * **Backends**: In-memory (development), PostgreSQL 9.5+ (production) diff --git a/constraints.txt b/constraints.txt index 82749f85b..448cba590 100644 --- a/constraints.txt +++ b/constraints.txt @@ -214,7 +214,7 @@ venusian==3.1.0 # via # cornice # pyramid -waitress==3.0.0 +waitress==3.0.1 # via # -r constraints.in # webtest diff --git a/pyproject.toml b/pyproject.toml index e7d51a28d..24176a2be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ license = {file = "LICENSE"} classifiers = [ "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", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",