Skip to content

Set per-Python-version lower bounds for jpype1 in JDBC provider#65572

Merged
potiuk merged 1 commit intoapache:mainfrom
potiuk:jpype1-per-python-lower-bounds
Apr 20, 2026
Merged

Set per-Python-version lower bounds for jpype1 in JDBC provider#65572
potiuk merged 1 commit intoapache:mainfrom
potiuk:jpype1-per-python-lower-bounds

Conversation

@potiuk
Copy link
Copy Markdown
Member

@potiuk potiuk commented Apr 20, 2026

Summary

Follow-up to #65532. Sets the jpype1 lower bound per Python version to the earliest
release that ships prebuilt binary wheels for that interpreter:

Python Lower bound
3.10 >=1.4.0
3.11 >=1.4.1
3.12 >=1.5.0
3.13 >=1.5.1
3.14 >=1.7.0

The !=1.7.0 exclusion on macOS arm64 is preserved for Python 3.10–3.13 (no arm64
wheels in that release). For Python 3.14, 1.7.0 is the only version with cp314 wheels,
so it's allowed on all platforms (macOS arm64 users will need to build from source until
1.7.1 restores those wheels).

related: #65532


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Opus 4.6 (1M context)

Generated-by: Claude Opus 4.6 (1M context) following the guidelines

@potiuk potiuk added the backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch label Apr 20, 2026
@potiuk potiuk added this to the Airflow 3.2.1 milestone Apr 20, 2026
@potiuk potiuk merged commit 26e2e78 into apache:main Apr 20, 2026
36 checks passed
@potiuk potiuk deleted the jpype1-per-python-lower-bounds branch April 20, 2026 22:15
@github-actions
Copy link
Copy Markdown
Contributor

Backport failed to create: v3-2-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-2-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 26e2e78 v3-2-test

This should apply the commit to the v3-2-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

@jscheffl
Copy link
Copy Markdown
Contributor

Cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch kind:documentation provider:jdbc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants