Skip to content

Commit 67a644a

Browse files
authored
Release 2.3.3 (#171)
* bump cibuildwheel for building wheels for 3.14.0-rc2 instead of rc1 * release 2.3.3
1 parent 0f780ae commit 67a644a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
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:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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)
@@ -27,6 +28,13 @@
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!

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
os.environ["_CL_"] = ""
3232
os.environ["_CL_"] += " /WX"
3333

34-
VERSION = "2.3.2"
34+
VERSION = "2.3.3"
3535
CISO8601_CACHING_ENABLED = int(os.environ.get('CISO8601_CACHING_ENABLED', '1') == '1')
3636

3737
setup(

0 commit comments

Comments
 (0)