Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jan 11, 2024
1 parent 29c4795 commit 6fad869
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion {{cookiecutter.github_repo_name}}/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/{{cookiecutter.github_username }}/{{ cookiecutter.github_repo_name}}/pull_requests> and make sure that the tests pass for all
supported Python versions.

0 comments on commit 6fad869

Please sign in to comment.