Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update contributing doc for new Python min version (3.9) #41

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing to Command Line Assistant

The following is a set of guidelines for contributing to Command Line Assistant codebase, which are hosted in the [RHEL Lightspeed
Organization](https://github.com/rhell-lightspeed) on GitHub. These are mostly guidelines, not rules.
Organization](https://github.com/rhel-lightspeed) on GitHub. These are mostly guidelines, not rules.

* [Road Core Service](https://github.com/road-core/service)

Expand All @@ -10,7 +10,7 @@ Organization](https://github.com/rhell-lightspeed) on GitHub. These are mostly g
Below are a list of things to keep in mind when developing and submitting
contributions to this repository.

1. All python code must be compatible with versions 3.6+.
1. All Python code must be compatible with versions 3.9+.
2. The code should follow linting from ruff.
3. All commits should have passed the pre-commit checks.
4. Don't change code that is not related to your issue/ticket, open a new issue/ticket if that's the case.
Expand Down Expand Up @@ -50,7 +50,7 @@ via [pdm](https://pdm-project.org/en/latest/). If you don't have `pdm` installed
for you.

Required packages:
- python3.8 or greater
- Python 3.9 or greater
- pip

```sh
Expand Down