Skip to content

Commit b048cff

Browse files
committed
try to fix pypy3
1 parent 174e093 commit b048cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
toxenv: py312
2222
- python: "3.13"
2323
toxenv: py313
24-
- python: pypy-3.8
24+
- python: pypy-3.10
2525
toxenv: pypy3
2626
- python: 3.9
2727
toxenv: py39-pytest

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ looks like this::
2020
See the docs_ for more details on the many features and formats for
2121
setting request headers and bodies and evaluating responses.
2222

23-
Gabbi is tested with Python 3.9, 3.10, 3.11, 3.12, 3.13 and pypy3.
23+
Gabbi is tested with Python 3.9, 3.10, 3.11, 3.12, 3.13 and pypy3.10.
2424

2525
Tests can be run using `unittest`_ style test runners, `pytest`_
2626
or from the command line with a `gabbi-run`_ script.

0 commit comments

Comments
 (0)