Skip to content

Commit

Permalink
Drop Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Moguri committed Oct 26, 2024
1 parent 1dd86d4 commit 6e05971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install Package
run: |
pip install -e .[test]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"rich ~= 13.5.0",
"setuptools >= 61.0",
]
requires-python = ">= 3.8"
requires-python = ">= 3.9"

[project.urls]
homepage = "https://github.com/Moguri/pman"
Expand Down

0 comments on commit 6e05971

Please sign in to comment.