Skip to content

Commit

Permalink
Update setup.py to require Python 3.9 (#2306)
Browse files Browse the repository at this point in the history
* Update setup.py

Add requirement for Python 3.9 in setup.py

* Update setup.py

Update to require any Python less than 3.12

---------

Co-authored-by: Melisa Bok <[email protected]>
  • Loading branch information
emily-grabowski and melisabok authored Aug 6, 2024
1 parent 4ea83e9 commit 18a9731
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
'openreview/arr',
'openreview.api'
],

python_requires='<3.12',

install_requires=[
'pycryptodome',
'requests>=2.18.4',
Expand Down

0 comments on commit 18a9731

Please sign in to comment.