feat(Deprecate py310):

This commit is contained in:
Alexander Myasoedov
2024-11-29 23:57:13 +02:00
parent fa27f8e70e
commit 107181fae2
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -20,10 +20,10 @@ jobs:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry==$POETRY_VERSION
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: "poetry"
- name: Build project for distribution
run: poetry build --format sdist
-1
View File
@@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.10"
- "3.11"
- "3.12"
steps:
+1 -1
View File
@@ -25,7 +25,7 @@ packages = [{ include = "agentic_security", from = "." }]
agentic_security = "agentic_security.__main__:entrypoint"
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
fastapi = "^0.115.2"
uvicorn = "^0.32.0"
fire = "0.7.0"