diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0815293..1491f13 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,10 +8,10 @@ on: - main env: - LIB_VERSION: '2023.7.1' - PYTHON_VERSION: '3.10.11' - CIBW_VERSION: '2.13.1' - CIBW_BUILD: 'cp310-*' + LIB_VERSION: '2024.1.1' + PYTHON_VERSION: '3.11.7' + CIBW_VERSION: '2.16.2' + CIBW_BUILD: 'cp311-*' CIBW_SKIP: '*-musllinux_*' CIBW_BUILD_VERBOSITY: 1 @@ -99,7 +99,7 @@ jobs: with: submodules: true - name: Set up python - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }} cache: 'pip' @@ -137,7 +137,7 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} cache: 'pip' - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 if: ${{ matrix.arch == 'aarch64' }} with: platforms: arm64 diff --git a/openssl b/openssl index 70c2912..e04bd34 160000 --- a/openssl +++ b/openssl @@ -1 +1 @@ -Subproject commit 70c2912f635aac8ab28629a2b5ea0c09740d2bda +Subproject commit e04bd3433fd84e1861bf258ea37928d9845e6a86 diff --git a/patches/pysqlcipher3.diff.j2 b/patches/pysqlcipher3.diff.j2 index ba56ef1..fef193c 100644 --- a/patches/pysqlcipher3.diff.j2 +++ b/patches/pysqlcipher3.diff.j2 @@ -13,7 +13,7 @@ diff --git a/setup.py b/setup.py # If you need to change anything, it should be enough to change setup.cfg. PACKAGE_NAME = "pysqlcipher3" --VERSION = '1.1.0' +-VERSION = '1.2.1' +VERSION = '{{version}}' LONG_DESCRIPTION = \ """Python interface to SQLCipher diff --git a/pysqlcipher3 b/pysqlcipher3 index aba724c..e10b09c 160000 --- a/pysqlcipher3 +++ b/pysqlcipher3 @@ -1 +1 @@ -Subproject commit aba724c7b190730bef6836372e8cf3dad38d45f3 +Subproject commit e10b09c569ea60d4a9a5289d9d67112eb0f2c95a