Skip to content

feat(apigw-manager): add Python 3.14 support#288

Merged
wklken merged 1 commit into
TencentBlueKing:masterfrom
wklken:ft_apigw_manager_support_3.14
Jun 5, 2026
Merged

feat(apigw-manager): add Python 3.14 support#288
wklken merged 1 commit into
TencentBlueKing:masterfrom
wklken:ft_apigw_manager_support_3.14

Conversation

@wklken

@wklken wklken commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • widen apigw-manager support metadata from Python 3.13 to Python 3.14
  • update tox to run a self-contained full-suite matrix for py311 through py314
  • add the missing runtime and test dependency wiring needed to validate the full suite

Validation

  • PYENV_VERSION='3.11.15:3.12.13:3.13.13:3.14.5:apigw-manager' tox -r

Why this change was needed:
The SDK only declared support through Python 3.13 even though the codebase can run on Python 3.14. The tox setup also was not creating a self-contained test environment for the full suite, which blocked honest compatibility verification.

What changed:
- widened package metadata and changelog entries to include Python 3.14
- added the runtime jsonschema dependency used by plugin config
- updated tox to add py314 and install the extras and test dependencies required by the full suite
- verified the Django 5.2 and PyJWT 2 matrix across Python 3.11 through 3.14

Problem solved:
Python 3.14 is now both declared and verified support, and the tox matrix reliably exercises the full test suite across supported Python versions.
@wklken wklken merged commit 0fc9037 into TencentBlueKing:master Jun 5, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant