Skip to content

Commit

Permalink
Merge pull request #555 from distortedsignal/add-min-python
Browse files Browse the repository at this point in the history
Add minimum python version
  • Loading branch information
3asm authored Jan 17, 2024
2 parents 6205e78 + 86d2fc5 commit 0cf3d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ package_dir =
=src

# Require a min/specific Python version (comma-separated conditions)
# python_requires = >=3.8
python_requires = >=3.9

# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
Expand Down

0 comments on commit 0cf3d4f

Please sign in to comment.