Skip to content

Commit

Permalink
Merge d7b3918 into 5e9ef5d
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Oct 24, 2023
2 parents 5e9ef5d + d7b3918 commit e999024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
shell: bash -l {0}
strategy:
matrix:
python-version: ['3.9.1', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
description='Image Hashing library',
long_description=long_description,
long_description_content_type='text/x-rst',
python_requires=">=3.8",
install_requires=[
'numpy',
'scipy', # for phash
Expand Down

0 comments on commit e999024

Please sign in to comment.