Skip to content

Commit

Permalink
chore:add python 3.12 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Dec 3, 2023
1 parent 251faab commit d59fb9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
fail-fast: false
matrix:
redis-image: [ "redis:6.2.13", "redis:7.0.12", "redis:7.2.2" ]
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.1" ]
include:
- python-version: "3.11"
redis-image: "redis:6.2.12"
redis-image: "redis:6.2.13"
redis-py: "5.0.1"
lupa: true
hypothesis: true
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{38,39,310,311}
py{38,39,310,311,312}

[testenv]
allowlist_externals =
Expand Down

0 comments on commit d59fb9e

Please sign in to comment.