Skip to content

Commit

Permalink
Fix combination of drop and add new version to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Oct 16, 2024
1 parent 3349b8f commit f317618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zope/meta/update_python_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ def main():
bin_dir / 'addchangelogentry',
f'Add support for Python {version_spec}.',
*non_interactive_params)
python_versions_args = [
python_versions_args.append(
'--add=' +
','.join(supported_python_versions(oldest_python_version))
]
)

if no_longer_supported or not_yet_supported:
call(bin_dir / 'check-python-versions', '--only=setup.py',
Expand Down

0 comments on commit f317618

Please sign in to comment.