Skip to content

Commit 4f2d9dd

Browse files
committed
build wheel for Python 3.14
1 parent aad2dc9 commit 4f2d9dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v3
1919

2020
- name: Install cibuildwheel
21-
run: python -m pip install cibuildwheel==2.21.3
21+
run: python -m pip install cibuildwheel==3.2.0
2222

2323
- name: Build wheels
2424
env:

libmc/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
__file__ as _libmc_so_file
3434
)
3535

36-
__VERSION__ = "1.4.13"
37-
__version__ = "1.4.13"
36+
__VERSION__ = "1.4.14"
37+
__version__ = "1.4.14"
3838
__author__ = "mckelvin"
3939
__email__ = "mckelvin@users.noreply.github.com"
4040
__date__ = "Fri Jun 7 06:16:00 2024 +0800"

src/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package golibmc
22

3-
const _Version = "1.4.13"
3+
const _Version = "1.4.14"
44
const _Author = "mckelvin"
55
const _Email = "mckelvin@users.noreply.github.com"
66
const _Date = "Fri Jun 7 06:16:00 2024 +0800"

0 commit comments

Comments
 (0)