Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated Python support from docs #611

Merged
merged 2 commits into from
Jan 25, 2025

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jan 25, 2025

Fixes #610.

Refer to pyproject.toml metadata instead.

tablib/pyproject.toml

Lines 18 to 31 in 51e24c2

requires-python = ">=3.9"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",

Refer to pyproject.toml metadata
Copy link
Contributor

@claudep claudep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@claudep claudep merged commit 70775bc into jazzband:master Jan 25, 2025
19 checks passed
@hugovk hugovk deleted the rm-outdated-docs branch January 25, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation says python 3.6+, but tablib 3.7.0 dropped support for python 3.8
2 participants