diff --git a/Changelog.rst b/Changelog.rst index 85432b3..cc354f0 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -23,6 +23,8 @@ Packaging * Added binary wheels for Python versions 3.11, 3.12 and 3.13 on support manylinux wheel builds. * Added OSX 12.0, 13.0 and 14.0 wheels, Apple Silicon. * Support OSX brew OpenSSL from source builds. +* Top level tests directory is now cross platform and can be run by vendors. +* Moved CI specific integration tests to their own space. 1.0.0 diff --git a/ci/build-manylinux.sh b/ci/build-manylinux.sh index 76e0924..31f918d 100755 --- a/ci/build-manylinux.sh +++ b/ci/build-manylinux.sh @@ -27,7 +27,7 @@ if [[ $(uname -m) == "aarch64" ]]; then fi for docker_file in "${docker_files[@]}"; do - if [[ ${docker_file} == "ci/docker/manylinux/Dockerfile_2014_x86_64" ]]; then + if [[ ${docker_file} == "ci/docker/manylinux/Dockerfile.2014_x86_64" ]]; then docker_tag="${docker_tag}:2014_x86_64" fi docker pull $docker_tag || echo