diff --git a/docs/docs/installation/1-linux.md b/docs/docs/installation/1-linux.md index 1a240a98..85f0428b 100644 --- a/docs/docs/installation/1-linux.md +++ b/docs/docs/installation/1-linux.md @@ -67,7 +67,7 @@ To check your installed Python version, open a terminal and run: python --version ``` -If you see a version number starting with "3.9" or higher (e.g., "3.9.5" or "3.9.0"), you're good to go. If not, you might need to upgrade Python on your system. +If you see a version number starting with "3.9" or higher (e.g., "3.9.7" or "3.12.3"), you're good to go. If not, you might need to upgrade Python on your system. ### Upgrading Python on Linux diff --git a/docs/docs/installation/2-macos.md b/docs/docs/installation/2-macos.md index 4e95b110..f303bedf 100644 --- a/docs/docs/installation/2-macos.md +++ b/docs/docs/installation/2-macos.md @@ -66,7 +66,7 @@ To check your installed Python version, open a terminal and run: python --version ``` -If you see a version number starting with "3.9" or higher (e.g., "3.9.5" or "3.9.0"), you're good to go. If not, you might need to upgrade Python on your system. +If you see a version number starting with "3.9" or higher (e.g., "3.9.7" or "3.12.3"), you're good to go. If not, you might need to upgrade Python on your system. ### Upgrading Python on MacOS diff --git a/docs/docs/installation/3-windows.md b/docs/docs/installation/3-windows.md index e71c0c5d..138cd088 100644 --- a/docs/docs/installation/3-windows.md +++ b/docs/docs/installation/3-windows.md @@ -61,7 +61,7 @@ To check your installed Python version, open a Command Prompt and run: python --version ``` -If you see a version number starting with "3.9" or higher (e.g., "3.9.5" or "3.9.0"), you're good to go. If not, you might need to upgrade Python on your system. +If you see a version number starting with "3.9" or higher (e.g., "3.9.7" or "3.12.3"), you're good to go. If not, you might need to upgrade Python on your system. ### Upgrading Python on Windows diff --git a/generated/.gitlab-ci.yml b/generated/.gitlab-ci.yml index 4bd9b626..d78ce0cd 100644 --- a/generated/.gitlab-ci.yml +++ b/generated/.gitlab-ci.yml @@ -28,4 +28,4 @@ test-3.12: test-3.13: extends: .tests - image: python:3.13-alpine \ No newline at end of file + image: python:3.13-alpine diff --git a/generated/setup.py b/generated/setup.py index 9c4bb572..4150882d 100644 --- a/generated/setup.py +++ b/generated/setup.py @@ -32,7 +32,7 @@ author_email="support@groundlight.ai", url="", keywords=["OpenAPI", "OpenAPI-Generator", "Groundlight API"], - python_requires=">=3.6", + python_requires=">=3.9", install_requires=REQUIRES, packages=find_packages(exclude=["test", "tests"]), include_package_data=True,