Skip to content

Upgrade hacking from 3.x to 7–8 range

11edc14
Select commit
Loading
Failed to load commit list.
Open

Upgrade hacking from 3.x to 7–8 range #1091

Upgrade hacking from 3.x to 7–8 range
11edc14
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Mar 27, 2026 in 4m 22s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the bump-hacking-version branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python ENV OS State
3176.1 3.10 TOX_ENV=pep8 Linux passed
3176.2 3.10 TOX_ENV=py310 Linux passed
3176.3 3.11 TOX_ENV=py311 Linux passed
3176.4 3.12 TOX_ENV=py312 Linux passed
3176.5 3.13 TOX_ENV=py313 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "install": [
    "pip install tox"
  ],
  "script": [
    "tox -e $TOX_ENV"
  ],
  "jobs": {
    "include": [
      {
        "python": "3.10",
        "env": [
          {
            "TOX_ENV": "pep8"
          }
        ]
      },
      {
        "python": "3.10",
        "env": [
          {
            "TOX_ENV": "py310"
          }
        ]
      },
      {
        "python": "3.11",
        "env": [
          {
            "TOX_ENV": "py311"
          }
        ]
      },
      {
        "python": "3.12",
        "env": [
          {
            "TOX_ENV": "py312"
          }
        ]
      },
      {
        "python": "3.13",
        "env": [
          {
            "TOX_ENV": "py313"
          }
        ]
      }
    ]
  }
}