diff --git a/README.md b/README.md index 27fbc15..ea4e5c8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Cookiecutter PyPackage [![image](https://github.com/opengeos/cookiecutter-pypackage/workflows/build/badge.svg)](https://github.com/opengeos/cookiecutter-pypackage/actions?query=workflow%3Abuild) -[![image](https://github.com/opengeos/cookiecutter-pypackage/workflows/docs/badge.svg)](https://open.gishub.org/pypackage) +[![image](https://github.com/opengeos/cookiecutter-pypackage/workflows/docs/badge.svg)](https://open.gishub.org/cookiecutter-pypackage) [Cookiecutter](https://github.com/cookiecutter/cookiecutter) template for a Python package. diff --git a/setup.py b/setup.py index 0a05b8a..04fdde3 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ author_email="giswqs@gmail.com", url="https://github.com/opengeos/cookiecutter-pypackage", keywords=["cookiecutter", "template", "package", "mkdocs"], - python_requires=">=3.7", + python_requires=">=3.8", classifiers=[ "Intended Audience :: Developers", "Natural Language :: English", diff --git a/{{cookiecutter.github_repo_name}}/docs/contributing.md b/{{cookiecutter.github_repo_name}}/docs/contributing.md index 41c24eb..d59858e 100644 --- a/{{cookiecutter.github_repo_name}}/docs/contributing.md +++ b/{{cookiecutter.github_repo_name}}/docs/contributing.md @@ -103,6 +103,6 @@ Before you submit a pull request, check that it meets these guidelines: 2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.rst. -3. The pull request should work for Python 3.5, 3.6, 3.7 and 3.8, and +3. The pull request should work for Python 3.8 and later, and for PyPy. Check and make sure that the tests pass for all supported Python versions.