mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-04-15 00:57:55 +00:00
chore: update Python version references from 3.9 to 3.10 (#10493)
This commit is contained in:
@@ -79,7 +79,7 @@ Remember, our community is here to help! If you need guidance, do not hesitate t
|
||||
Before proceeding, ensure the following:
|
||||
|
||||
- Git is installed.
|
||||
- Python 3.9 or higher is installed.
|
||||
- Python 3.10 or higher is installed.
|
||||
- `poetry` is installed to manage dependencies.
|
||||
|
||||
### Forking the Prowler Repository
|
||||
|
||||
@@ -1249,7 +1249,7 @@ Dependencies ensure that your provider's required libraries are available when P
|
||||
|
||||
```toml
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = ">=3.10,<3.13"
|
||||
# ... other dependencies
|
||||
your-sdk-library = "^1.0.0" # Add your SDK dependency
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user