Skip to content

Commit 7b20f79

Browse files
authoredNov 9, 2024··
* Raised Python version ceiling to 3.11
1 parent 2e106cb commit 7b20f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
long_description_content_type="text/markdown",
2727
url="https://github.com/nxt-dev/nxt",
2828
packages=setuptools.find_packages(),
29-
python_requires='>=3.7, <3.11',
29+
python_requires='>=3.7, <3.12',
3030
entry_points={
3131
'console_scripts': [
3232
'nxt=nxt.cli:main',

0 commit comments

Comments
 (0)
Please sign in to comment.