Skip to content

Commit aa901d6

Browse files
Pin Python to ==3.13.4
1 parent 5bca602 commit aa901d6

File tree

3 files changed

+179
-353
lines changed

3 files changed

+179
-353
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.4"
77
authors = [
88
{ name = "Michael Jaumann", email = "[email protected]" },
99
{ name = "Paul Ilitz", email = "[email protected]" },

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.4"
77
authors = [
88
{ name = "Michael Jaumann", email = "[email protected]" },
99
{ name = "Paul Ilitz", email = "[email protected]" },

0 commit comments

Comments
 (0)