Fix: serialize allowed_signature_methods correctly as JSON array #15
Travis CI / Travis CI - Branch
succeeded
Apr 22, 2026 in 3m 29s
Build Passed
The build passed. This is a change from the previous build, which failed.
Details
This is a normal build for the fix/serialize-allowed-signature-methods branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
| Job | Python | OS | State |
|---|---|---|---|
| 3.10 | Linux | passed | |
| 3.11 | Linux | passed | |
| 3.12 | Linux | passed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Focal) |
| Python Versions | 3.10, 3.11, 3.12 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"if": "type != pull_request",
"python": [
"3.10",
"3.11",
"3.12"
],
"install": [
"python -m pip install --upgrade pip",
"python -m pip install \"poetry==2.3.4\"",
"poetry install --no-interaction --no-ansi"
],
"script": [
"poetry run pytest"
]
}
Loading