Skip to content

Commit 3d65a22

Browse files
committed
Pypdu pre-release version 0.1.6a1
* Directly exposes Chunks containing XOR encoded samples constituting a given Series * Fixes chunk min/max time parsing + update cibuildwheel for Python 3.11 wheels.
1 parent 2287813 commit 3d65a22

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pypi-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
submodules: recursive
3535
- name: build wheels
36-
uses: pypa/cibuildwheel@v2.1.1
36+
uses: pypa/cibuildwheel@v2.12.1
3737
- uses: actions/upload-artifact@v2
3838
with:
3939
name: manylinux-3_X
@@ -78,7 +78,7 @@ jobs:
7878
- name: Add conancenter remote
7979
run: conan remote add -f conancenter https://center.conan.io
8080
- name: build wheels
81-
uses: pypa/cibuildwheel@v2.1.1
81+
uses: pypa/cibuildwheel@v2.12.1
8282
- uses: actions/upload-artifact@v2
8383
with:
8484
name: mac-3_X
@@ -108,7 +108,7 @@ jobs:
108108
- name: Add conancenter remote
109109
run: conan remote add -f conancenter https://center.conan.io
110110
- name: build wheels
111-
uses: pypa/cibuildwheel@v2.1.1
111+
uses: pypa/cibuildwheel@v2.12.1
112112
- uses: actions/upload-artifact@v2
113113
with:
114114
name: mac-3_X-arm

src/pypdu/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.6a0
1+
0.1.6a1

0 commit comments

Comments
 (0)