Skip to content

Commit

Permalink
chore(setup): update python version requirement from 3.8 to 3.9
Browse files Browse the repository at this point in the history
- Increased the minimum Python version requirement in setup.py to ensure compatibility with newer features and improvements.
- This change helps maintain the project's dependency on more recent Python versions, enhancing performance and security.
  • Loading branch information
saleh-mir committed Jan 3, 2025
1 parent 8727aa7 commit 20c61e7
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 @@ -35,7 +35,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.8',
python_requires='>=3.9',
include_package_data=True,
package_data={
'': ['*.dll', '*.dylib', '*.so', '*.json'],
Expand Down

0 comments on commit 20c61e7

Please sign in to comment.