Skip to content

Commit

Permalink
docs: update python version in contributor guide (#248)
Browse files Browse the repository at this point in the history
Fixes: #246
  • Loading branch information
afuetterer authored Jan 25, 2024
1 parent acd403a commit 81366d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Contributing to oaipmh-scythe

Contributions are welcome, and they are greatly appreciated! Every little bit
helps, and credit will always be given.
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

You can contribute in many ways.

Expand Down Expand Up @@ -45,7 +44,7 @@ If you are proposing a feature:

Ready to contribute?

You need Python 3.8+ and [hatch](https://github.com/pypa/hatch). You can install it globally with [pipx](https://github.com/pypa/pipx):
You need Python 3.10+ and [hatch](https://github.com/pypa/hatch). You can install it globally with [pipx](https://github.com/pypa/pipx):

```console
$ pipx install hatch
Expand Down Expand Up @@ -99,7 +98,7 @@ Before you submit a pull request, check that it meets these guidelines:
1. The pull request should include tests.
2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring.
3. The pull request should work for Python >= 3.8. Check
3. The pull request should work for Python >= 3.10. Check
https://github.com/afuetterer/oaipmh-scythe/pulls
and make sure that all the tests pass.

Expand Down

0 comments on commit 81366d8

Please sign in to comment.