Skip to content

Commit

Permalink
test: Add python 3.12 and drop 3.7 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb committed Nov 23, 2023
1 parent 7c4b4b6 commit 7823759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
fail-fast: false
matrix:
python-version:
- 3.7
- 3.8
- 3.9
- "3.10"
- "3.11"
- "3.12"
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,311}
py{38,39,310,311,312}
qa

[testenv]
Expand Down

0 comments on commit 7823759

Please sign in to comment.