Skip to content

Commit

Permalink
fix python vers for 3.9 support test
Browse files Browse the repository at this point in the history
  • Loading branch information
andyx13 committed Nov 20, 2023
1 parent cff0167 commit 70d11f2
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 @@ -96,7 +96,7 @@
long_description_content_type='text/markdown',
name='sigpro',
packages=find_packages(include=['sigpro', 'sigpro.*']),
python_requires='>=3.8,<=3.9',
python_requires='>=3.8,<3.10',
setup_requires=setup_requires,
test_suite='tests',
tests_require=tests_require,
Expand Down

0 comments on commit 70d11f2

Please sign in to comment.