Skip to content

Commit

Permalink
ci: fix min version for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Sep 17, 2024
1 parent 64c8fa7 commit ca9e4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ca9e4fd

Please sign in to comment.