Skip to content

Commit

Permalink
ci: pyton >= 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luuuis committed Jan 9, 2024
1 parent ac48302 commit a77cb48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 51 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.10"
- "3.11"
- "3.12"
os:
Expand Down
56 changes: 7 additions & 49 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 @@ -26,7 +26,7 @@ packages = [
pyomie = "pyomie.cli:app"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
rich = ">=10"
typer = {extras = ["all"], version = "^0.9.0"}
aiohttp = "^3.9.1"
Expand Down

0 comments on commit a77cb48

Please sign in to comment.