Skip to content

Commit

Permalink
test on pypy3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Mar 2, 2025
1 parent da4b3b1 commit a45ccf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- check-py311-cover
- check-py311-nocover
- check-py311-niche
- check-pypy311-cover
- check-py312-cover
- check-py312-nocover
- check-py312-niche
Expand Down
2 changes: 1 addition & 1 deletion hypothesis-python/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{39,py39,310,py310,311,312,313,313t,314,314t}-{brief,full,cover,nocover,niche,custom}
envlist = py{39,py39,310,py310,311,py311,312,313,313t,314,314t}-{brief,full,cover,nocover,niche,custom}
toxworkdir={env:TOX_WORK_DIR:.tox}

[testenv]
Expand Down
1 change: 1 addition & 0 deletions whole_repo_tests/test_ci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
@pytest.mark.parametrize("version", sorted(PYTHONS))
def test_python_versions_are_tested_in_ci(version):
slug = version.replace("pypy", "py").replace(".", "")
print(ci_checks)
assert f"- check-py{slug}" in ci_checks, f"Add {version} to main.yml and tox.ini"

0 comments on commit a45ccf5

Please sign in to comment.