Skip to content

Commit

Permalink
trimmed linux
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Dec 26, 2023
1 parent 1da3b61 commit 189fec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7", "pypy3.8", "pypy3.9"]
python-version: ["3.6", "3.7", "3.8", "pypy3.7", "pypy3.8"]
redis-version: [6]

steps:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7", "pypy3.8", "pypy3.9"]
python-version: ["3.12", "3.11", "3.10", "3.9", "pypy3.9"]
redis-version: [6]

steps:
Expand Down

0 comments on commit 189fec9

Please sign in to comment.