Skip to content

Commit

Permalink
Drop py38
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Oct 2, 2023
1 parent 528a645 commit 4d7da26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.8", "3.10"]
python-version: ["3.9", "3.10"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ write_to_template= '__version__ = "{version}"'

[tool.black]
line-length = 100
target-version = ["py38"]
target-version = ["py39"]

[tool.ruff]
target-version = "py38"
Expand Down

0 comments on commit 4d7da26

Please sign in to comment.