Skip to content

chore: remove Python 3.7 and 3.8 from project classifiers - #1587

Open
ChenfromChina123 wants to merge 1 commit into
python-openxml:masterfrom
ChenfromChina123:chore/remove-py37-38-classifiers
Open

chore: remove Python 3.7 and 3.8 from project classifiers#1587
ChenfromChina123 wants to merge 1 commit into
python-openxml:masterfrom
ChenfromChina123:chore/remove-py37-38-classifiers

Conversation

@ChenfromChina123

Copy link
Copy Markdown

What does this PR do?

Removes the Programming Language :: Python :: 3.7 and 3.8 classifiers from pyproject.toml, which are misleading since the project requires Python >=3.9 (requires-python).

Closes #1497

Changes

  • pyproject.toml: drop 3.7 and 3.8 classifiers; the lowest listed is now 3.9.

Verification

  • grep 'Python :: 3.7\|Python :: 3.8' pyproject.toml returns nothing.

@ChenfromChina123
ChenfromChina123 force-pushed the chore/remove-py37-38-classifiers branch from 4ea599b to 73d1393 Compare August 11, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Python 3.7 .. 3.8 from project classifiers

1 participant