Skip to content

Commit

Permalink
Run tests against Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and carltongibson committed Oct 27, 2022
1 parent 95d8744 commit d663090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- 3.8
- 3.9
- "3.10"
- "3.11"
services:
redis:
image: redis
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{37,38,39,310}
py{37,38,39,310,311}
qa

[testenv]
Expand Down

0 comments on commit d663090

Please sign in to comment.