We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d69dc4 commit e83f233Copy full SHA for e83f233
setup.py
@@ -25,10 +25,9 @@
25
classifiers=[
26
'Programming Language :: Python',
27
'Programming Language :: Python :: 3',
28
- 'Programming Language :: Python :: 3.8',
29
- 'Programming Language :: Python :: 3.9',
30
'Programming Language :: Python :: 3.10',
31
'Programming Language :: Python :: 3.11',
+ 'Programming Language :: Python :: 3.12',
32
],
33
install_requires=[
34
'tornado>=4.5.0',
webssh/_version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (1, 6, 2)
+__version_info__ = (1, 6, 3)
2
__version__ = '.'.join(map(str, __version_info__))
0 commit comments