Skip to content

Commit 22c8ede

Browse files
committed
support 313 build (313t not included due to cffi)
1 parent ac3c37c commit 22c8ede

File tree

7 files changed

+314
-164
lines changed

7 files changed

+314
-164
lines changed

.github/workflows/build_wheel_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
platforms: all
3333
- name: Install cibuildwheel
34-
run: python -m pip install cibuildwheel==2.17.0
34+
run: python -m pip install cibuildwheel==2.22.0
3535
- name: Build wheels
3636
run: python -m cibuildwheel --output-dir wheelhouse
3737
- uses: actions/upload-artifact@v4

.github/workflows/upload_wheel_ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
platforms: all
3333
- name: Install cibuildwheel
34-
run: python -m pip install cibuildwheel==2.17.0 twine
34+
run: python -m pip install cibuildwheel==2.22.0 twine
3535
- name: Build wheels
3636
run: python -m cibuildwheel --output-dir wheelhouse
3737
- name: Publish package

pybase16384/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def _should_use_cffi() -> bool:
8282
is_64bits,
8383
)
8484

85-
__version__ = "0.3.7"
85+
__version__ = "0.3.8"
8686

8787

8888
def encode(data: bytes) -> bytes:

0 commit comments

Comments
 (0)