Skip to content

Changes towards 3.2.0 #535

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

Closed
1 of 2 tasks
InSyncWithFoo opened this issue Jan 13, 2024 · 3 comments
Closed
1 of 2 tasks

Changes towards 3.2.0 #535

InSyncWithFoo opened this issue Jan 13, 2024 · 3 comments

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"]

@ptmcg
Copy link
Member

ptmcg commented Aug 27, 2024

Thanks for the punch list - given how long these things take me to fit in around other life activities, I modified my plan slightly: removing 3.6, 3.7, and 3.8, and deferring the PEP8 synonyms deprecation to 3.3.0. I now have a 3.2.0 branch, and have incorporated all these changes, 3.2.0a1 to be released Real Soon Now.

@ptmcg
Copy link
Member

ptmcg commented Oct 13, 2024

Changes incorporated in 3.2.0 release, thanks!

Closing.

@ptmcg ptmcg closed this as completed Oct 13, 2024
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

2 participants