Skip to content

Commit 181b15f

Browse files
authored
Remove unused pypy-3.10 alias
1 parent cbac8ca commit 181b15f

File tree

1 file changed

+0
-1
lines changed
  • .github/workflows/generate_workflows_lib/src/generate_workflows_lib

1 file changed

+0
-1
lines changed

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def get_test_job_datas(tox_envs: list, operating_systems: list) -> list:
5050

5151
python_version_alias = {
5252
"pypy3": "pypy-3.9",
53-
"pypy310": "pypy-3.9",
5453
"py39": "3.9",
5554
"py310": "3.10",
5655
"py311": "3.11",

0 commit comments

Comments
 (0)