Skip to content

Commit

Permalink
OLS-1277: basic support for Python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Tisnovsky <[email protected]>
  • Loading branch information
tisnik committed Dec 11, 2024
1 parent 5312d25 commit bb35659
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ lint.extend-select = ["D401"]

lint.ignore = []

# always generate Python 3.11-compatible code.
target-version = "py311"
lint.pydocstyle.convention = "google"
line-length = 100
Expand Down Expand Up @@ -131,7 +132,7 @@ dependencies = [
"virtualenv==20.28.0",
"msgpack==1.1.0",
]
requires-python = "==3.11.*"
requires-python = ">=3.11.1,<=3.12.8"
readme = "README.md"
license = {file = "LICENSE"}

Expand Down

0 comments on commit bb35659

Please sign in to comment.