-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Comments
Regarding the second task, I'm not sure whether there is anything to work on other than the following meta-configurations:
|
requires-python = ">=3.6.8" |
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
pyparsing/.pre-commit-config.yaml
Line 6 in 2a1a8e8
language_version: python3.6 |
.github/workflows/ci.yml
pyparsing/.github/workflows/ci.yml
Line 25 in 2a1a8e8
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
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. |
Changes incorporated in 3.2.0 release, thanks! Closing. |
According to
CHANGES
, these changes are the goals of the next minor version, 3.2.0:DeprecationWarning
s.The text was updated successfully, but these errors were encountered: