Skip to content

Commit

Permalink
Test with pypy-3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jun 23, 2023
1 parent 59680c8 commit 34b4b59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
# - pypy-2.7
- pypy-3.8
- pypy-3.9
- pypy-3.10
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -96,6 +97,7 @@ jobs:
# - pypy-2.7
- pypy-3.8
- pypy-3.9
- pypy-3.10
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -156,6 +158,7 @@ jobs:
# - pypy-2.7
- pypy-3.8
- pypy-3.9
- pypy-3.10
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ python =
pypy-2.7: pypy-without-extensions
pypy-3.8: pypy-without-extensions
pypy-3.9: pypy-without-extensions
pypy-3.10: pypy-without-extensions

[testenv]
deps =
Expand Down

0 comments on commit 34b4b59

Please sign in to comment.