Skip to content

Commit

Permalink
Merge pull request #1087 from DSD-DBS/python-3.12
Browse files Browse the repository at this point in the history
Support Python 3.12
  • Loading branch information
MoritzWeber0 authored Oct 13, 2023
2 parents fb05c6b + 65cc01f commit 0f9c64f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dynamic = ["version"]

name = "capellacollab-backend"
readme = "README.md"
requires-python = ">=3.11, <3.12"
requires-python = ">=3.11, <3.13"
license = { text = "Apache-2.0" }
authors = [{ name = "DB Netz AG" }]
keywords = []
Expand All @@ -19,8 +19,7 @@ classifiers = [
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python",
]
dependencies = [
"PyYAML",
Expand Down

0 comments on commit 0f9c64f

Please sign in to comment.