Skip to content

Commit

Permalink
Add pypy-3.10 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Apr 23, 2024
1 parent 3c2c72d commit 0b8caa3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ jobs:
extensions: "False"
uvloop: "False"
label: ""
- python-version: "pypy-3.10"
redis-version: 7.0
test_params: "-m '(not (keydb or dragonfly or valkey or redict))' tests/commands tests/test_tracking_cache.py"
runtime_type_checks: "False"
extensions: "False"
uvloop: "False"
label: ""

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ jobs:
extensions: "False"
uvloop: "False"
label: ""
- python-version: "pypy-3.10"
redis-version: "7.0"
test_params: "-m '(not (keydb or dragonfly or valkey or redict))' tests/commands tests/test_tracking_cache.py"
runtime_type_checks: "False"
extensions: "False"
uvloop: "False"
label: ""
steps:
- uses: actions/checkout@v3
- name: Cache dependencies
Expand Down

0 comments on commit 0b8caa3

Please sign in to comment.