Skip to content

Commit ee033b8

Browse files
!fixup
1 parent 41a3b52 commit ee033b8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: ["2.7", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15t", "3.15"]
20+
python-version: ["2.7", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15t", "3.15", "pypy3"]
2121
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
2222
exclude:
2323
- python-version: "2.7"
2424
include:
2525
- python-version: "2.7"
2626
os: "ubuntu-latest"
2727
use-container: true
28-
# Test on latest PyPy
29-
- python-version: "pypy3"
3028
env:
3129
TOXENV: py
3230
container:

0 commit comments

Comments
 (0)