Skip to content

Commit a73d2f2

Browse files
committed
Test pypy39 in CI
1 parent 3bbcf35 commit a73d2f2

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
@@ -28,6 +28,7 @@ jobs:
2828
- check-py38
2929
- check-pypy38
3030
- check-py39
31+
- check-pypy39
3132
- check-py310
3233
# - check-py310-pyjion # see notes in tox.ini
3334
- check-py311

hypothesis-python/tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{37,py37,38,py38,39,310,311}-{brief,prettyquick,full,custom}
2+
envlist = py{37,py37,38,py38,39,py39,310,311}-{brief,prettyquick,full,custom}
33
toxworkdir={env:TOX_WORK_DIR:.tox}
44

55
[testenv]

tooling/src/hypothesistooling/__main__.py

+1
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ def run_tox(task, version, *args):
387387
"3.11": "3.11-dev",
388388
"pypy3.7": "pypy3.7-7.3.9",
389389
"pypy3.8": "pypy3.8-7.3.9",
390+
"pypy3.9": "pypy3.9-7.3.9",
390391
}
391392
ci_version = "3.8" # Keep this in sync with GH Actions main.yml
392393

0 commit comments

Comments
 (0)