Skip to content

Commit dd32ea3

Browse files
committed
Revert "Run CI against Python 3.10"
This reverts commit 5df7d58. Lupa doesn't support Python 3.10 yet.
1 parent a29b2d2 commit dd32ea3

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,32 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"]
12+
python-version: ["3.6", "3.7", "3.8", "3.9", "pypy-3.7"]
1313
redis-py: ["3.5.3"]
1414
aioredis: ["2.0.0"]
1515
include:
16-
- python-version: "3.10"
16+
- python-version: "3.9"
1717
redis-py: "2.10.6"
1818
aioredis: "1.3.1"
19-
- python-version: "3.10"
19+
- python-version: "3.9"
2020
redis-py: "3.0.1"
2121
aioredis: "1.3.1"
22-
- python-version: "3.10"
22+
- python-version: "3.9"
2323
redis-py: "3.1.0"
2424
aioredis: "1.3.1"
25-
- python-version: "3.10"
25+
- python-version: "3.9"
2626
redis-py: "3.2.1"
2727
aioredis: "1.3.1"
28-
- python-version: "3.10"
28+
- python-version: "3.9"
2929
redis-py: "3.3.11"
3030
aioredis: "1.3.1"
31-
- python-version: "3.10"
31+
- python-version: "3.9"
3232
redis-py: "3.4.1"
3333
aioredis: "1.3.1"
34-
- python-version: "3.10"
34+
- python-version: "3.9"
3535
redis-py: "3.5.3"
3636
aioredis: "1.3.1"
37-
- python-version: "3.10"
37+
- python-version: "3.9"
3838
redis-py: "3.5.*"
3939
aioredis: "2.0.0"
4040
coverage: yes

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers =
1818
Programming Language :: Python :: 3.7
1919
Programming Language :: Python :: 3.8
2020
Programming Language :: Python :: 3.9
21-
Programming Language :: Python :: 3.10
2221

2322
[options]
2423
packages = fakeredis

0 commit comments

Comments
 (0)