Skip to content

Commit 794c36c

Browse files
Pin Python to ==3.13.6
1 parent f9d69d5 commit 794c36c

File tree

3 files changed

+17
-185
lines changed

3 files changed

+17
-185
lines changed

mucgpt-core-service/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "mucgpt-core-service"
33
version = "1.2.5"
44
description = "a web interface for large language models for the public administration"
55
readme = "README.md"
6-
requires-python= ">=3.10"
6+
requires-python= "==3.13.6"
77
authors = [
88
{ name = "Michael Jaumann", email = "michael.jaumann@muenchen.de" },
99
{ name = "Paul Ilitz", email = "paul.ilitz@muenchen.de" },

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "MUCGPT"
33
version = "1.2.5"
44
description = "a web interface for large language models for the public administration"
55
readme = "README.md"
6-
requires-python= ">=3.10"
6+
requires-python= "==3.13.6"
77
authors = [
88
{ name = "Michael Jaumann", email = "michael.jaumann@muenchen.de" },
99
{ name = "Paul Ilitz", email = "paul.ilitz@muenchen.de" },

0 commit comments

Comments
 (0)