Skip to content

Commit

Permalink
! Raised support for Qt.py to <3
Browse files Browse the repository at this point in the history
! Dropped Py2 support
  • Loading branch information
ImLucasBrown committed Jun 1, 2024
1 parent fdac396 commit ab11116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
long_description_content_type="text/markdown",
url="https://github.com/nxt-dev/nxt_editor",
packages=setuptools.find_packages(),
python_requires='>=2.7, <3.11',
python_requires='>=3.7, <3.11',
install_requires=['nxt-core<1.0,>=0.14',
'qt.py==1.1',
'qt.py<3',
'pyside2>=5.11,<=5.16'
],
package_data={
Expand Down

0 comments on commit ab11116

Please sign in to comment.