Skip to content

Commit

Permalink
docs: update documentation about minimum supported version of Python.
Browse files Browse the repository at this point in the history
Python 3.8 has reached its end-of-life and is not supported anymore.
  • Loading branch information
plusvic committed Nov 29, 2024
1 parent ee65c74 commit 8cb1ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![GitHub Repo stars](https://img.shields.io/github/stars/VirusTotal/yara-x)

The official Python library for [YARA-X](https://virustotal.github.io/yara-x).
Supports Python 3.8+ in Linux, MacOS and Windows.
Supports Python 3.9+ in Linux, MacOS and Windows.

```python
import yara_x
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/api/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Python is a popular language among YARA users. They use Python for all
kinds of automation tasks, and the YARA-X ecosystem wouldn't be complete
without the possibility of using it from Python programs.

YARA-X offers support for Python 3.8 or later, in Linux, MacOS and Windows.
YARA-X offers support for Python 3.9 or later, in Linux, MacOS and Windows.

## Installation

Expand Down

0 comments on commit 8cb1ac5

Please sign in to comment.