Skip to content

Commit

Permalink
more pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Aug 23, 2023
1 parent 8110fe4 commit b1aa818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
test:
- {PY: "3.10", PG: "14", TOXENV: "py310"}
- {PY: "3.11", PG: "15", TOXENV: "py311"}
- {PY: "3.11", PG: "15", TOXENV: "py311"}
- {PY: "pypy3.9", PG: "15", TOXENV: "pypy39"}
- {PY: "pypy3.10", PG: "15", TOXENV: "pypy310"}
steps:
- name: "Checkout"
uses: actions/checkout@v3
Expand Down

0 comments on commit b1aa818

Please sign in to comment.