Skip to content

Commit e61b288

Browse files
committed
* Raised python ceiling to 3.12
1 parent c5ff6e7 commit e61b288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
long_description_content_type="text/markdown",
2929
url="https://github.com/nxt-dev/nxt_editor",
3030
packages=setuptools.find_packages(),
31-
python_requires='>=3.7, <3.11',
31+
python_requires='>=3.7, <3.12',
3232
install_requires=['nxt-core<1.0,>=0.14',
3333
'qt.py<3',
3434
'pyside2>=5.11,<=5.16'

0 commit comments

Comments
 (0)