Skip to content

Commit

Permalink
* Raised Python version ceiling to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ImLucasBrown authored Nov 9, 2024
1 parent 2e106cb commit 7b20f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
long_description_content_type="text/markdown",
url="https://github.com/nxt-dev/nxt",
packages=setuptools.find_packages(),
python_requires='>=3.7, <3.11',
python_requires='>=3.7, <3.12',
entry_points={
'console_scripts': [
'nxt=nxt.cli:main',
Expand Down

0 comments on commit 7b20f79

Please sign in to comment.