Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Oct 23, 2024
1 parent 5be641f commit 7ad4bcb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.13", "3.13"]
python-version:
[
"3.7",
"3.8",
"3.9",
"3.10",
"3.11",
"3.13",
"3.13",
"pypy3.8",
"pypy3.9",
"pypy3.10",
]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 7ad4bcb

Please sign in to comment.