File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Changelog
33
44Version 2.11.0
55--------------
6+ - Added Python 3.13 support.
67- Replaced select.select with select.poll on Linux by default.
78- Replaced list with collections.deque - Thanks Bernhard Thiel.
89- Removed unnecessary lock when building messages.
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Changelog
1717
1818Version 2.11.0
1919--------------
20+ - Added Python 3.13 support.
2021- Replaced select.select with select.poll on Linux by default.
2122- Replaced list with collections.deque - Thanks Bernhard Thiel.
2223- Removed unnecessary lock when building messages.
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ def get_version(rel_path):
5454 'Programming Language :: Python :: 3.10' ,
5555 'Programming Language :: Python :: 3.11' ,
5656 'Programming Language :: Python :: 3.12' ,
57+ 'Programming Language :: Python :: 3.13' ,
5758 'Programming Language :: Python :: Implementation :: CPython' ,
5859 'Programming Language :: Python :: Implementation :: PyPy' ,
5960 'Topic :: Communications' ,
You can’t perform that action at this time.
0 commit comments