zeroshade commented on code in PR #3620:
URL: https://github.com/apache/arrow-adbc/pull/3620#discussion_r2471408920


##########
.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:
   Should this be 3.14t?



##########
.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
         env:
           ARCH: ${{ matrix.arch }}
           PLATFORM: ${{ matrix.platform }}
         run: |
           pushd adbc
-          env PYTHON=3.13t docker compose run 
python-wheel-manylinux-freethreaded-test
+          env PYTHON=3.14 docker compose run python-wheel-manylinux-test

Review Comment:
   Same as above, 3.14t?



-- 
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]

Reply via email to