Skip to content

Commit

Permalink
Drop support for python 3.8
Browse files Browse the repository at this point in the history
It has been end of life since October 2024.
  • Loading branch information
lucc committed Dec 16, 2024
1 parent 82e576f commit b864931
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
]
description = "A console address book manager"
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"

classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit b864931

Please sign in to comment.