File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ Packaging
23
23
* Added binary wheels for Python versions 3.11, 3.12 and 3.13 on support manylinux wheel builds.
24
24
* Added OSX 12.0, 13.0 and 14.0 wheels, Apple Silicon.
25
25
* Support OSX brew OpenSSL from source builds.
26
+ * Top level tests directory is now cross platform and can be run by vendors.
27
+ * Moved CI specific integration tests to their own space.
26
28
27
29
28
30
1.0.0
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ if [[ $(uname -m) == "aarch64" ]]; then
27
27
fi
28
28
29
29
for docker_file in " ${docker_files[@]} " ; do
30
- if [[ ${docker_file} == " ci/docker/manylinux/Dockerfile_2014_x86_64 " ]]; then
30
+ if [[ ${docker_file} == " ci/docker/manylinux/Dockerfile.2014_x86_64 " ]]; then
31
31
docker_tag=" ${docker_tag} :2014_x86_64"
32
32
fi
33
33
docker pull $docker_tag || echo
You can’t perform that action at this time.
0 commit comments