Skip to content

Commit

Permalink
Merge pull request #9 from arvindrajan92/FANPR-2
Browse files Browse the repository at this point in the history
FANPR-2 - Removing maximum Python requirement upper bound for Linux and MacOS
  • Loading branch information
arvindrajan92 authored Mar 23, 2024
2 parents 866496d + f9ac6dd commit 2d0baaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added misc/favicon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
if sys.platform.startswith('win'):
PYTHON_REQUIRES = '>=3.8, <3.11'
else:
PYTHON_REQUIRES = '>=3.8, <3.12'
PYTHON_REQUIRES = '>=3.6'

# Getting long description from README
with open("README.md", "r") as fh:
Expand Down

0 comments on commit 2d0baaf

Please sign in to comment.