Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.13に対応しました #155

Merged
merged 7 commits into from
Dec 24, 2024

isortの削除

946d043
Select commit
Loading
Failed to load commit list.
Merged

Python 3.13に対応しました #155

isortの削除
946d043
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Dec 15, 2024 in 1m 44s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #155 Python 3.13対応.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has five jobs, running in parallel.

Job Python OS State
356.1 3.9 Linux passed
356.2 3.10 Linux passed
356.3 3.11 Linux passed
356.4 3.12 Linux passed
356.5 3.13 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Python Versions 3.9, 3.10, 3.11, 3.12, 3.13
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "python": [
    "3.9",
    "3.10",
    "3.11",
    "3.12",
    "3.13"
  ],
  "install": [
    "pip install pip --upgrade",
    "pip install \"poetry<1.9\"",
    "poetry install"
  ],
  "script": [
    "make lint && make test"
  ],
  "branches": {
    "only": [
      "master",
      "develop"
    ]
  }
}