Commit b8266622 authored by nimrod's avatar nimrod
Browse files

Document that Python 3.6+ is needed for releasing a version.

parent ae712469
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ PyPy.
Release
-------

Release requires Pipenv_. To bump the version run
Release requires Pipenv_ and Python 3.6 or later. To bump the version run
:code:`pipenv run bumpversion major|minor|patch` to update the version and git
commit and tag the changes, then run :code:`git push --follow-tags` to push the
git commit and tag. The GitLab CI will then build and upload a release to PyPI.