File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 163
163
### Fix
164
164
165
165
- Fix padding tests on 32bit architectures
166
+
167
+ ### 4.0
168
+
169
+ 2022-11-01
170
+
171
+ ### Added
172
+
173
+ - Add support for nameless inline struct
174
+
175
+ ### Improved
176
+
177
+ - Python 3.11 support
Original file line number Diff line number Diff line change 24
24
25
25
__author__ = 'Andrea Bonomi <[email protected] >'
26
26
__license__ = 'MIT'
27
- __version__ = '3.3 '
27
+ __version__ = '4.0 '
28
28
__date__ = '15 August 2013'
29
29
30
30
import struct
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ def readme():
22
22
'Programming Language :: Python :: 3.8' ,
23
23
'Programming Language :: Python :: 3.9' ,
24
24
'Programming Language :: Python :: 3.10' ,
25
+ 'Programming Language :: Python :: 3.11' ,
25
26
],
26
27
keywords = 'struct' ,
27
28
author = 'Andrea Bonomi' ,
You can’t perform that action at this time.
0 commit comments