From b82666227ac583e5f77e6870694c518c5ede3f2e Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 15 Aug 2021 11:18:37 +0300 Subject: [PATCH] Document that Python 3.6+ is needed for releasing a version. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3ad3ab6..bc930d6 100644 --- a/README.rst +++ b/README.rst @@ -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. -- GitLab