From 113ccdcd0349d584efcd990ec605b98c6822fb7c Mon Sep 17 00:00:00 2001 From: Jonathan Hoffstadt Date: Mon, 16 Sep 2024 19:39:48 -0500 Subject: [PATCH] ci: fix min version for RTD --- .github/workflows/Deployment.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deployment.yml b/.github/workflows/Deployment.yml index fdf3441f8..f75d0ab91 100644 --- a/.github/workflows/Deployment.yml +++ b/.github/workflows/Deployment.yml @@ -74,7 +74,7 @@ jobs: build-mac10-wheels: - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12" ] diff --git a/setup.py b/setup.py index 8544974e6..72543f0fa 100644 --- a/setup.py +++ b/setup.py @@ -169,7 +169,7 @@ def setup_package(): long_description_content_type='text/markdown', # Optional url='https://github.com/hoffstadt/DearPyGui', # Optional license = 'MIT', - python_requires='>=3.8', + python_requires='>=3.7', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Education',