Skip to content

Commit 8d6385c

Browse files
committed
test
Signed-off-by: emdneto <[email protected]>
1 parent db079ea commit 8d6385c

File tree

4 files changed

+72
-72
lines changed

4 files changed

+72
-72
lines changed

.github/workflows/generate_workflows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_test_job_datas(tox_envs: list, operating_systems: list) -> list:
4747
os_alias = {"ubuntu-latest": "Ubuntu", "windows-latest": "Windows"}
4848

4949
python_version_alias = {
50-
"pypy3": "pypy-3.8",
50+
"pypy38": "pypy-3.8",
5151
"py38": "3.8",
5252
"py39": "3.9",
5353
"py310": "3.10",

0 commit comments

Comments
 (0)