Skip to content

Commit 5e2b9c1

Browse files
authored
Merge pull request #238 from laurentS/drop-old-python
ci: drop python 3.7 and 3.8 from CI checks
2 parents a72bcc6 + a83ec72 commit 5e2b9c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
18+
python-version: ["3.9", "3.10", "3.11"]
1919

2020
steps:
2121
- uses: actions/checkout@v3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Supported now:
2727
- redis, memcached and memory backends to track your limits (memory as a fallback)
2828
- support for sync and async HTTP endpoints
2929
- Support for shared limits across a set of routes
30-
30+
- The library aims to support all [currently supported versions](https://devguide.python.org/versions/) of python
3131

3232
# Limitations and known issues
3333

0 commit comments

Comments
 (0)