From 8cb1ac57fedabb0cd7e39b62dab6142cff189e77 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Fri, 29 Nov 2024 19:42:25 +0100 Subject: [PATCH] docs: update documentation about minimum supported version of Python. Python 3.8 has reached its end-of-life and is not supported anymore. --- py/README.md | 2 +- site/content/docs/api/python.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py/README.md b/py/README.md index 3114bb608..17a32f7e6 100644 --- a/py/README.md +++ b/py/README.md @@ -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 diff --git a/site/content/docs/api/python.md b/site/content/docs/api/python.md index 99f0f58e7..80a8c0875 100644 --- a/site/content/docs/api/python.md +++ b/site/content/docs/api/python.md @@ -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