From: Marcel van der Veldt Date: Wed, 20 Nov 2024 17:54:45 +0000 (+0100) Subject: Chore: Bump minimal python version to 3.12 X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=636b399758f4671adfcdac642eabe837897d16ef;p=music-assistant-server.git Chore: Bump minimal python version to 3.12 --- diff --git a/.github/workflows/build-base-image.yml b/.github/workflows/build-base-image.yml index 82b0ecca..6cd1a850 100644 --- a/.github/workflows/build-base-image.yml +++ b/.github/workflows/build-base-image.yml @@ -8,7 +8,7 @@ on: required: true type: string env: - PYTHON_VERSION: "3.11" + PYTHON_VERSION: "3.12" jobs: build-base-image: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c326a65..76e35efe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: types: [published] env: - PYTHON_VERSION: "3.11" + PYTHON_VERSION: "3.12" BASE_IMAGE_VERSION_STABLE: "1.1.2" BASE_IMAGE_VERSION_BETA: "1.1.2" diff --git a/pyproject.toml b/pyproject.toml index 4fadd7b3..77aa13d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ authors = [ ] classifiers = [ "Environment :: Console", - "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", ] dependencies = [ "aiodns>=3.0.0",