Skip to content

Commit d663090

Browse files
michael-kcarltongibson
authored andcommitted
Run tests against Python 3.11
1 parent 95d8744 commit d663090

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- 3.8
1919
- 3.9
2020
- "3.10"
21+
- "3.11"
2122
services:
2223
redis:
2324
image: redis

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{37,38,39,310}
3+
py{37,38,39,310,311}
44
qa
55

66
[testenv]

0 commit comments

Comments
 (0)