Skip to content

Commit

Permalink
chore(python): drop python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoAria committed May 10, 2024
1 parent 0961b8d commit e279bbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
steps:
- uses: actions/[email protected]
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
steps:
- uses: actions/[email protected]
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -47,7 +47,7 @@ strict = true

[tool.ruff]
select = ["F", "E", "W", "I", "UP"]
target-version = "py38"
target-version = "py39"
line-length = 120

[tool.ruff.per-file-ignores]
Expand Down

0 comments on commit e279bbf

Please sign in to comment.