We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4b4b6 commit 7823759Copy full SHA for 7823759
.github/workflows/tests.yml
@@ -15,11 +15,11 @@ jobs:
15
fail-fast: false
16
matrix:
17
python-version:
18
- - 3.7
19
- 3.8
20
- 3.9
21
- "3.10"
22
- "3.11"
+ - "3.12"
23
services:
24
redis:
25
image: redis
tox.ini
@@ -1,6 +1,6 @@
1
[tox]
2
envlist =
3
- py{37,38,39,310,311}
+ py{38,39,310,311,312}
4
qa
5
6
[testenv]
0 commit comments