From d1a20b6a4e0ba063bdb2160379be531c385c40a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Sava=C3=ABte?= Date: Fri, 8 Aug 2025 12:34:20 +0200 Subject: [PATCH 1/2] Drop python 3.7 and 3.8 from CI checks --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index b78af06..860564e 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3 From a83ec7211ea664fcb65580a386845832c112892d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Sava=C3=ABte?= Date: Fri, 8 Aug 2025 14:59:17 +0200 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 213a773..d10cc7b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Supported now: - redis, memcached and memory backends to track your limits (memory as a fallback) - support for sync and async HTTP endpoints - Support for shared limits across a set of routes - +- The library aims to support all [currently supported versions](https://devguide.python.org/versions/) of python # Limitations and known issues