File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 163163### Fix
164164
165165- 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 2424
2525__author__ = 'Andrea Bonomi <andrea.bonomi@gmail.com>'
2626__license__ = 'MIT'
27- __version__ = '3.3 '
27+ __version__ = '4.0 '
2828__date__ = '15 August 2013'
2929
3030import struct
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ def readme():
2222 'Programming Language :: Python :: 3.8' ,
2323 'Programming Language :: Python :: 3.9' ,
2424 'Programming Language :: Python :: 3.10' ,
25+ 'Programming Language :: Python :: 3.11' ,
2526 ],
2627 keywords = 'struct' ,
2728 author = 'Andrea Bonomi' ,
You can’t perform that action at this time.
0 commit comments