Skip to content

Commit

Permalink
Don't mention Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ni-jfitzger committed Apr 22, 2024
1 parent 2089a92 commit b2045e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
usage = """Release script
Prereqs
* Be able to build locally
* `pip install --upgrade twine tox` into whichever Python 2.7 you use to build
* `pip install --upgrade twine tox` into whichever Python you use to build
Steps: see "Release Process" section of CONTRIBUTING.md
"""
parser = argparse.ArgumentParser(description=usage, formatter_class=CustomFormatter)
Expand Down

0 comments on commit b2045e4

Please sign in to comment.