Skip to content

Commit a45ccf5

Browse files
committed
test on pypy3.11
1 parent da4b3b1 commit a45ccf5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- check-py311-cover
4040
- check-py311-nocover
4141
- check-py311-niche
42+
- check-pypy311-cover
4243
- check-py312-cover
4344
- check-py312-nocover
4445
- check-py312-niche

hypothesis-python/tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{39,py39,310,py310,311,312,313,313t,314,314t}-{brief,full,cover,nocover,niche,custom}
2+
envlist = py{39,py39,310,py310,311,py311,312,313,313t,314,314t}-{brief,full,cover,nocover,niche,custom}
33
toxworkdir={env:TOX_WORK_DIR:.tox}
44

55
[testenv]

whole_repo_tests/test_ci_config.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@
2626
@pytest.mark.parametrize("version", sorted(PYTHONS))
2727
def test_python_versions_are_tested_in_ci(version):
2828
slug = version.replace("pypy", "py").replace(".", "")
29+
print(ci_checks)
2930
assert f"- check-py{slug}" in ci_checks, f"Add {version} to main.yml and tox.ini"

0 commit comments

Comments
 (0)