Skip to content

Commit c7dada5

Browse files
committed
testing
1 parent c442db6 commit c7dada5

File tree

3 files changed

+85
-242
lines changed

3 files changed

+85
-242
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.9",
50+
"pypy3": "3.9",
5151
"py39": "3.9",
5252
"py310": "3.10",
5353
"py311": "3.11",

0 commit comments

Comments
 (0)