Skip to content

Commit

Permalink
🔀 Merge pull request #19 from davep/drop-3.8
Browse files Browse the repository at this point in the history
Drop Python 3.8
  • Loading branch information
davep authored Jan 29, 2025
2 parents c7542c0 + 6987e21 commit 665f937
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style-lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
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:

Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- Made some cosmetic changes to the notes editor dialog so that it better
matches the rest of the application.
([#18](https://github.com/davep/peplum/pull/18))
- Dropped Python 3.8 as a supported Python version.
([#19](https://github.com/davep/peplum/pull/19))

## v0.2.0

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"humanize>=4.11.0",
]
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">= 3.9"
license = { text = "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" }
keywords = [
"terminal",
Expand All @@ -34,7 +34,6 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 665f937

Please sign in to comment.