Skip to content

Commit

Permalink
fix:add py3.13 to test-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Nov 2, 2024
1 parent 26495c5 commit 06a8621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
redis-image: [ "redis:6.2.14", "redis:7.0.15", "redis:7.4.0" ]
python-version: [ "3.9", "3.11", "3.12" ]
python-version: [ "3.9", "3.11", "3.12", "3.13" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.8", "5.2.0" ]
include:
- python-version: "3.12"
Expand Down

0 comments on commit 06a8621

Please sign in to comment.