Skip to content

Commit eb5cd04

Browse files
authored
Merge pull request #507 from stacklok/py1312
Python 3.12
2 parents b91cb8d + 00241ad commit eb5cd04

File tree

4 files changed

+63
-56
lines changed

4 files changed

+63
-56
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.11", "3.12"]
14+
python-version: ["3.12"]
1515

1616
steps:
1717
- name: Checkout github repo

docs/development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ from potential AI-related security risks. Key features include:
1818

1919
### Prerequisites
2020

21-
- Python 3.11 or higher
21+
- Python 3.12 or higher
2222
- [Poetry](https://python-poetry.org/docs/#installation) for dependency
2323
management
2424
- [Docker](https://docs.docker.com/get-docker/) or

poetry.lock

+60-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readme = "README.md"
66
authors = []
77

88
[tool.poetry.dependencies]
9-
python = ">=3.11,<4.0"
9+
python = ">=3.12,<4.0"
1010
click = ">=8.1.0"
1111
PyYAML = ">=6.0.1"
1212
fastapi = ">=0.115.5"

0 commit comments

Comments
 (0)