File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 types : [published]
66
77env :
8- PYTHON_VERSION : " 3.11 "
8+ PYTHON_VERSION : " 3.13 "
99 BASE_IMAGE_VERSION_STABLE : " 1.1.2"
1010 BASE_IMAGE_VERSION_BETA : " 1.1.2"
1111
Original file line number Diff line number Diff line change 2222 - name : Set up Python
23232424 with :
25- python-version : " 3.11 "
25+ python-version : " 3.13 "
2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip build setuptools
3737 fail-fast : false
3838 matrix :
3939 python-version :
40- - " 3.11 "
40+ - " 3.13 "
4141
4242 steps :
4343 - name : Check out code from GitHub
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ classifiers = [
88 " Environment :: Console" ,
99 " Programming Language :: Python :: 3.11" ,
1010 " Programming Language :: Python :: 3.12" ,
11+ " Programming Language :: Python :: 3.13" ,
1112]
1213dependencies = [" orjson>=3.9" , " mashumaro>=3.14" ]
1314description = " Music Assistant Base Models"
@@ -47,7 +48,7 @@ fix = true
4748show-fixes = true
4849
4950line-length = 100
50- target-version = " py311 "
51+ target-version = " py313 "
5152
5253[tool .ruff .lint .pydocstyle ]
5354# Use Google-style docstrings.
You can’t perform that action at this time.
0 commit comments