Skip to content

Commit 2286e02

Browse files
committed
Bump default python version in CI to 3.13
1 parent 52c9388 commit 2286e02

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [published]
66

77
env:
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

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/[email protected]
2424
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
@@ -37,7 +37,7 @@ jobs:
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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
]
1213
dependencies = ["orjson>=3.9", "mashumaro>=3.14"]
1314
description = "Music Assistant Base Models"
@@ -47,7 +48,7 @@ fix = true
4748
show-fixes = true
4849

4950
line-length = 100
50-
target-version = "py311"
51+
target-version = "py313"
5152

5253
[tool.ruff.lint.pydocstyle]
5354
# Use Google-style docstrings.

0 commit comments

Comments
 (0)