dataclasses-json
とfire
の許容するバージョンの範囲を広げました
#139
Merged
Travis CI / Travis CI - Pull Request
succeeded
Aug 6, 2024 in 1m 53s
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 #139 update dataclass-json.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
311.1 | 3.9 | Linux | passed |
311.2 | 3.10 | Linux | passed |
311.3 | 3.11 | Linux | passed |
311.4 | 3.12 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Jammy) |
Python Versions | 3.9, 3.10, 3.11, 3.12 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "jammy",
"python": [
"3.9",
"3.10",
"3.11",
"3.12"
],
"install": [
"pip install pip --upgrade",
"pip install poetry==1.8",
"poetry install"
],
"script": [
"make lint && make test"
],
"branches": {
"only": [
"master",
"develop"
]
}
}
Loading