Skip to content

Commit c9ca07e

Browse files
committed
Drop support for end-of-life Python <3.9
1 parent 9e98570 commit c9ca07e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
17+
python-version: [3.9, '3.10', 3.11, 3.12, 3.13]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
66
license = "GPL-2.0-only"
77

88
[tool.poetry.dependencies]
9-
python = "^3.6"
9+
python = "^3.9"
1010
feedparser = ">=6.0.5"
1111
html2text = ">=2020.1.16"
1212

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
5757
'Programming Language :: Python',
5858
'Programming Language :: Python :: 3',
59-
'Programming Language :: Python :: 3.8',
6059
'Programming Language :: Python :: 3.9',
6160
'Programming Language :: Python :: 3.10',
6261
'Programming Language :: Python :: 3.11',

0 commit comments

Comments
 (0)