You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GitHub Actions workflow received updates with a migration to the latest v4 series of artifact upload/download actions (#812). Type hint modernization continued with adoption of re.Pattern instead of typing.Pattern (#813), taking advantage of Python 3.9+ capabilities.
Work on the migration to pyproject.toml brought insights about handling the PyPI-incompatible contributor table in README.rst. We found that keeping setup.py for README modifications while using pyproject.toml with dynamic = ["readme"] could be a viable solution (#806).
A challenge emerged in Python 3.14 compatibility testing, where Flynt 1.0.1 showed incompatibility with upcoming ast module changes (#774).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The GitHub Actions workflow received updates with a migration to the latest v4 series of artifact upload/download actions (#812). Type hint modernization continued with adoption of
re.Pattern
instead oftyping.Pattern
(#813), taking advantage of Python 3.9+ capabilities.Work on the migration to
pyproject.toml
brought insights about handling the PyPI-incompatible contributor table in README.rst. We found that keepingsetup.py
for README modifications while usingpyproject.toml
withdynamic = ["readme"]
could be a viable solution (#806).A challenge emerged in Python 3.14 compatibility testing, where Flynt 1.0.1 showed incompatibility with upcoming
ast
module changes (#774).Beta Was this translation helpful? Give feedback.
All reactions