File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 9393 with :
9494 platforms : all
9595
96- - uses : closeio/cibuildwheel@v3.1.3
96+ - uses : closeio/cibuildwheel@v3.1.4
9797
9898 - uses : actions/upload-artifact@v4
9999 with :
Original file line number Diff line number Diff line change 22
33- [ Unreleased] ( #unreleased )
44- [ 2.x.x] ( #2xx )
5+ - [ Version 2.3.3] ( #version-233 )
56 - [ Version 2.3.2] ( #version-232 )
67 - [ Version 2.3.1] ( #version-231 )
78 - [ Version 2.3.0] ( #version-230 )
2728
2829# 2.x.x
2930
31+ ## Version 2.3.3
32+
33+ * Added Python 3.14 support
34+ * Added PyPy 3.11 support
35+ * Fixed memory leak in ` FixedOffset_fromutc ` (#172 ).
36+ * Migrated some CI testing to GHA
37+
3038## Version 2.3.2
3139
3240* Add support for aarch64 wheels. Thank you @bbayles !
Original file line number Diff line number Diff line change 3131 os .environ ["_CL_" ] = ""
3232 os .environ ["_CL_" ] += " /WX"
3333
34- VERSION = "2.3.2 "
34+ VERSION = "2.3.3 "
3535CISO8601_CACHING_ENABLED = int (os .environ .get ('CISO8601_CACHING_ENABLED' , '1' ) == '1' )
3636
3737setup (
You can’t perform that action at this time.
0 commit comments