diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1877054..1a616ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,7 @@ name: Build and upload wheels on: [push, pull_request] env: - CIBW_BUILD: 'cp37-* cp38-* cp39-* cp310-* cp311-*' + CIBW_BUILD: 'cp38-* cp39-* cp310-* cp311-* cp312-*' CIBW_SKIP: '*-musllinux_*' concurrency: # Group runs by PR, but keep runs on the default branch separate diff --git a/recipes/cryptogrpahy/env.sh b/recipes/cryptogrpahy/env.sh new file mode 100644 index 0000000..2ba7c23 --- /dev/null +++ b/recipes/cryptogrpahy/env.sh @@ -0,0 +1,4 @@ +export CIBW_SKIP='*-musllinux_* *-macosx_*' +export CIBW_ARCHS_LINUX='auto64' +export CIBW_BEFORE_ALL_LINUX='yum install -y openssl11 openssl11-devel && cp /usr/lib64/pkgconfig/openssl11.pc /usr/lib64/pkgconfig/openssl.pc && curl https://sh.rustup.rs -sSf | sh -s -- -y' +export CIBW_ENVIRONMENT_LINUX='PATH=$PATH:$HOME/.cargo/bin' diff --git a/recipes/cryptogrpahy/meta.yaml b/recipes/cryptogrpahy/meta.yaml new file mode 100644 index 0000000..7a921a4 --- /dev/null +++ b/recipes/cryptogrpahy/meta.yaml @@ -0,0 +1,4 @@ +--- +name: cryptography +version: 42.0.7 +