Merge pull request #238 from laurentS/drop-old-python

ci: drop python 3.7 and 3.8 from CI checks
This commit is contained in:
Laurent Savaete
2025-08-08 17:15:46 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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