lidavidm commented on code in PR #3620:
URL: https://github.com/apache/arrow-adbc/pull/3620#discussion_r2471413324
##########
.github/workflows/packaging.yml:
##########
@@ -727,22 +727,21 @@ jobs:
pushd adbc
env PYTHON=3.13 docker compose run python-wheel-manylinux-test
- # - name: Test wheel 3.14
- # env:
- # ARCH: ${{ matrix.arch }}
- # PLATFORM: ${{ matrix.platform }}
- # run: |
- # pushd adbc
- # env PYTHON=3.14 docker compose run python-wheel-manylinux-test
-
- # TODO(lidavidm): once we support 3.14, only test 3.14t
- - name: Test wheel 3.13t
+ - name: Test wheel 3.14
Review Comment:
The diff is confusing, but there is a separate case for 3.14t below.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]