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

Changes towards 3.2.0 #535

Open
2 tasks
InSyncWithFoo opened this issue Jan 13, 2024 · 1 comment
Open
2 tasks

Changes towards 3.2.0 #535

InSyncWithFoo opened this issue Jan 13, 2024 · 1 comment

Comments

@InSyncWithFoo
Copy link
Contributor

InSyncWithFoo commented Jan 13, 2024

According to CHANGES, these changes are the goals of the next minor version, 3.2.0:

  • Usage of pre-PEP8 names should raise DeprecationWarnings.
  • Remove support for Python 3.7 (reached EOL last June, 6 months ago) and 3.6 (reached EOL in December 2021, 2 years ago)
@InSyncWithFoo
Copy link
Contributor Author

Regarding the second task, I'm not sure whether there is anything to work on other than the following meta-configurations:

pyproject.toml

requires-python = ">=3.6.8"

pyparsing/pyproject.toml

Lines 12 to 33 in 2a1a8e8

classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Compilers",
"Topic :: Text Processing",
"Typing :: Typed",
]

.pre-commit-config.yaml

language_version: python3.6

.github/workflows/ci.yml

python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

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

No branches or pull requests

1 participant