Skip to content

Commit

Permalink
feat(Deprecate py310):
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Nov 29, 2024
1 parent fa27f8e commit 107181f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.10"
- "3.11"
- "3.12"
steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 107181f

Please sign in to comment.