Skip to content

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

Open
ChenfromChina123 wants to merge 2 commits 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 2 commits 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 and others added 2 commits August 10, 2026 22:34
The example calls add_picture('monty-truth.png') which raises
FileNotFoundError when the file is not present in the working
directory. Wrap it in a try/except so the example runs out of
the box.

Closes python-openxml#128

Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>
The project requires Python >=3.9 (requires-python), so the 3.7 and
3.8 classifiers are misleading.

Closes python-openxml#1497

Co-Authored-By: AtomCode (deepseek-v4-flash) <noreply@atomgit.com>
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