Skip to content

Upgrade to Python 3.11 - #14

Draft
olmos-keepsafe wants to merge 20 commits into
masterfrom
python311-upgrade
Draft

Upgrade to Python 3.11#14
olmos-keepsafe wants to merge 20 commits into
masterfrom
python311-upgrade

ci: consume compiled development lock

3bb941e
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Aug 27, 2026 in 2m 55s

Build Passed

The build passed, just like the previous build.

Details

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

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Python Version 3.11.9
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "python": [
    "3.11.9"
  ],
  "install": [
    "python -m venv venv",
    "venv/bin/pip install -U \"pip<26\" \"setuptools>=82.0.1\" \"wheel>=0.47.0\"",
    "venv/bin/pip install -r requirements-dev.txt",
    "venv/bin/pip install --no-deps -e ."
  ],
  "script": [
    "venv/bin/python -VV",
    "make test",
    "make coverage"
  ]
}