Skip to content

Commit

Permalink
bump rest to 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <[email protected]>
  • Loading branch information
BeryJu committed Jan 25, 2025
1 parent 971ca20 commit e49612a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pydantic = "*"
pydantic-scim = "*"
pyjwt = "*"
pyrad = "*"
python = "~3.12"
python = "~3.13"
python-kadmin-rs = "0.5.3"
pyyaml = "*"
requests-oauthlib = "*"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/developer-docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ While the prerequisites above must be satisfied prior to having your pull reques

All Python code is linted with [black](https://black.readthedocs.io/en/stable/) and [Ruff](https://docs.astral.sh/ruff).

authentik runs on Python 3.12 at the time of writing this.
authentik runs on Python 3.13 at the time of writing this.

- Use native type-annotations wherever possible.
- Add meaningful docstrings when possible.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/developer-docs/setup/full-dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ExecutionEnvironment from '@docusaurus/ExecutionEnvironment';

## Requirements

- [Python](https://www.python.org/) 3.12
- [Python](https://www.python.org/) 3.13
- [Poetry](https://python-poetry.org/), which is used to manage dependencies
- Poetry 2.0 or higher also requires the [poetry-plugin-shell](https://github.com/python-poetry/poetry-plugin-shell) extension.
- [Go](https://go.dev/) 1.23 or newer
Expand Down

0 comments on commit e49612a

Please sign in to comment.