Skip to content

Commit

Permalink
Remove Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Secrus committed Oct 12, 2024
1 parent ec097a1 commit 10c8a6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, macOS, Windows]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
include:
- os: Ubuntu
image: ubuntu-latest
Expand Down
27 changes: 2 additions & 25 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ include = [
]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
poetry = { git = "https://github.com/Secrus/poetry.git", branch = "remove-shell" }
pexpect = "^4.7.0"
shellingham = "^1.5"
Expand All @@ -44,7 +44,7 @@ shell = "poetry_plugin_shell.plugins:ShellApplicationPlugin"
[tool.ruff]
fix = true
unsafe-fixes = true
target-version = "py38"
target-version = "py39"
line-length = 88
extend-exclude = [
"docs/*",
Expand Down

0 comments on commit 10c8a6f

Please sign in to comment.