Skip to content

Commit 78e0818

Browse files
committed
Add Python 3.13 support
1 parent 2b03da7 commit 78e0818

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changelog
33

44
Version 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.

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Changelog
1717

1818
Version 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.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)