Skip to content

Upgrade to Python 3.11#14

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

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

docs(item 8): record clean migration proof

7cac220
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jul 21, 2026 in 1m 0s

Build Passed

The build passed.

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
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "python": [
    "3.11"
  ],
  "install": [
    "make dev"
  ],
  "script": [
    "make test",
    "make coverage"
  ]
}