Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2025

This PR contains the following updates:

Package Type Update Change
python minor 3.13.7 -> 3.14.0
python stage minor 3.13-slim-bookworm -> 3.14-slim-bookworm

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@helmut-hoffer-von-ankershoffen
Copy link
Contributor

Has to wait for general support for Python 3.14 which needs updates of some dependencies.

@claude
Copy link

claude bot commented Oct 10, 2025

Pull Request Review: Python 3.14.0 Update

Summary

This PR updates Python from 3.13.7 to 3.14.0 in both .python-version and Dockerfile. This is an automated dependency update by Renovate.

Critical Issues

Python 3.14.0 is NOT officially released yet

Python 3.14 is currently in development and not yet stable. The final release is scheduled for October 2025 (approximately one year from now, based on PEP 719). As of today (2025-10-10), Python 3.14.0 may be an alpha/beta release at best.

Recommendation: DO NOT MERGE this PR until Python 3.14.0 is officially released and stable.


Additional Concerns

1. Missing Python 3.14 in Test Matrix

The project currently tests against Python 3.11, 3.12, and 3.13:

  • pyproject.toml:73 declares requires-python = '>=3.11, <4.0'
  • pyproject.toml:60-62 lists classifiers for Python 3.11, 3.12, 3.13 only
  • noxfile.py:25 defines TEST_PYTHON_VERSIONS = ['3.11', '3.12', '3.13']
  • Makefile:40,44,48 hardcodes Python 3.13 for special test commands

Impact: Even when Python 3.14 is released, this PR doesn't add it to the test matrix, so the SDK won't actually be tested against 3.14.

Required changes when 3.14 is released:

  1. Add '3.14' to TEST_PYTHON_VERSIONS in noxfile.py:25
  2. Add Python 3.14 classifier to pyproject.toml:62
  3. Update dist_native target in Makefile:86 to use appropriate Python version
  4. Update hardcoded 3.13 references in Makefile test commands if needed

2. Incomplete Version Update

The PR only updates .python-version and Dockerfile, but misses other Python version references:

  • noxfile.py:24 defines PYTHON_VERSION = '3.13' - used as default for various nox sessions
  • Makefile:86 uses --python 3.13.6 for native builds
  • Multiple test commands hardcode 3.13

Question: What is the intended purpose of updating .python-version? Is this for:

  • Developer local environment setup?
  • CI/CD default Python version?
  • Docker container builds?

If only the Docker image should use 3.14, then .python-version should remain at 3.13.7 until all infrastructure is ready for 3.14.

3. Dependency Compatibility Unknown

The project has 50+ dependencies. Without testing against Python 3.14:

  • No guarantee that all dependencies support Python 3.14
  • Binary wheels may not be available yet for Python 3.14
  • Some dependencies (like openslide-bin, pywin32, boto3) may need time to release 3.14-compatible versions

Security and Performance Considerations

  • No security concerns with the changes themselves
  • Using unreleased Python versions in production is a security/stability risk
  • Python 3.14 may have breaking changes not yet documented

Recommended Action Plan

Short term (now):

  1. Close or hold this PR until Python 3.14.0 is officially released
  2. Configure Renovate to ignore Python versions still in alpha/beta

When Python 3.14.0 is officially released:

  1. Add Python 3.14 to test matrix (noxfile.py)
  2. Add Python 3.14 classifier to pyproject.toml
  3. Run full test suite against Python 3.14 on all platforms
  4. Verify all dependencies support Python 3.14
  5. Update all Python version references consistently
  6. Then merge a comprehensive Python 3.14 support PR

Code Quality

  • Changes are clean and minimal
  • No syntax issues
  • Changes are premature and incomplete

Overall Recommendation: REJECT - Python 3.14.0 is not yet stable. Wait for official release and include comprehensive test coverage when adding Python 3.14 support.

@sonarqubecloud
Copy link

@renovate
Copy link
Contributor Author

renovate bot commented Oct 10, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@helmut-hoffer-von-ankershoffen helmut-hoffer-von-ankershoffen added the bug Something isn't working label Oct 12, 2025
@helmut-hoffer-von-ankershoffen helmut-hoffer-von-ankershoffen added bot Automated pull requests or issues renovate Pull requests from Renovate skip:test:long_running Skip long-running tests (≥5min) dependencies Pull requests that update a dependency file and removed bug Something isn't working labels Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot Automated pull requests or issues dependencies Pull requests that update a dependency file renovate Pull requests from Renovate skip:test:long_running Skip long-running tests (≥5min)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants