{
  "cache_dependencies": [
    "pyproject.toml\ntox.ini\nuv.lock\n"
  ],
  "cache_paths": [
    ".tox/uv-cache"
  ],
  "checkout_credentials": [
    "false"
  ],
  "concurrency": {
    "cancel-in-progress": "true",
    "group": "test-${{ github.ref }}"
  },
  "configurations": [
    "httpx-both-nocov-e2e:macos-latest:/",
    "httpx-e2e:ubuntu-24.04:/",
    "httpx2-max-nocov-e2e:windows-latest:/",
    "httpx2-min-e2e:ubuntu-24.04:/",
    "py3.10:macos-latest",
    "py3.11:macos-latest",
    "py3.12:macos-latest",
    "py3.13:macos-latest",
    "py3.14:macos-latest",
    "py310-nocov-parallel:windows-latest:1/2",
    "py310-nocov-parallel:windows-latest:2/2",
    "py310-parallel:ubuntu-24.04:1/3",
    "py310-parallel:ubuntu-24.04:2/3",
    "py310-parallel:ubuntu-24.04:3/3",
    "py311-nocov-parallel:windows-latest:1/2",
    "py311-nocov-parallel:windows-latest:2/2",
    "py311-parallel:ubuntu-24.04:1/3",
    "py311-parallel:ubuntu-24.04:2/3",
    "py311-parallel:ubuntu-24.04:3/3",
    "py312-black22-nocov-parallel:ubuntu-24.04:/",
    "py312-black22-parallel:ubuntu-24.04:/",
    "py312-black23-nocov-parallel:ubuntu-24.04:/",
    "py312-black24-nocov-parallel:ubuntu-24.04:/",
    "py312-blacklatest-nocov-parallel:ubuntu-24.04:/",
    "py312-blacklatest-parallel:ubuntu-24.04:/",
    "py312-isort5-nocov-parallel:ubuntu-24.04:/",
    "py312-isort6-nocov-parallel:ubuntu-24.04:/",
    "py312-isort7-nocov-parallel:ubuntu-24.04:/",
    "py312-isort8-nocov-parallel:ubuntu-24.04:/",
    "py312-nocov-parallel:windows-latest:1/2",
    "py312-nocov-parallel:windows-latest:2/2",
    "py312-parallel:ubuntu-24.04:1/3",
    "py312-parallel:ubuntu-24.04:2/3",
    "py312-parallel:ubuntu-24.04:3/3",
    "py313-nocov-parallel:windows-latest:1/2",
    "py313-nocov-parallel:windows-latest:2/2",
    "py313-parallel:ubuntu-24.04:1/3",
    "py313-parallel:ubuntu-24.04:2/3",
    "py313-parallel:ubuntu-24.04:3/3",
    "py314-nocov-parallel:windows-latest:1/2",
    "py314-nocov-parallel:windows-latest:2/2",
    "py314-parallel:ubuntu-24.04:1/2",
    "py314-parallel:ubuntu-24.04:2/2",
    "pydantic20:ubuntu-24.04:/",
    "pydantic213:ubuntu-24.04:/",
    "pydantic25:ubuntu-24.04:/"
  ],
  "coverage_count": 21,
  "coverage_needs_only_producers": true,
  "coverage_unique": 21,
  "expected_names_match": true,
  "extra_tests": [
    "py314-parallel:shard1:tests/cli_doc/test_cli_options_sync.py"
  ],
  "gate_always": "always()",
  "gate_needs_all_jobs": true,
  "job_count": 50,
  "permissions": {
    "contents": "read"
  },
  "shard_profile_mapping": "${{ matrix.name == '3.14' && 'default' || 'legacy' }}",
  "shared_http_steps": true,
  "shared_shard_steps": true,
  "triggers": {
    "pull_request": {
      "branches": [
        "main"
      ]
    },
    "push": {
      "branches": [
        "main"
      ]
    },
    "schedule": [
      {
        "cron": "0 9 * * *"
      }
    ],
    "workflow_dispatch": ""
  }
}
