Skip to content

Support Python 3.13 #360

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 13, 2025
Merged

Support Python 3.13 #360

merged 5 commits into from
Jun 13, 2025

Conversation

willtai
Copy link
Contributor

@willtai willtai commented Jun 13, 2025

Description

This PR adds support for Python 3.13 by updating dependency version constraints for numpy and scipy. The changes ensure compatibility across Python versions 3.9-3.13 by using version-specific constraints that align with each package's Python 3.13 support timeline.

Key changes:

  1. Extended Python version support to include 3.13 (>=3.9.0,<3.14)
  2. Updated numpy constraints: ^2.0.0 for Python 3.9-3.12, ^2.1.0 for Python 3.13+
  3. Updated scipy constraints: ^1.13.0 for Python 3.9-3.12, ^1.15.0 for Python 3.13+

Type of Change

  • New feature
  • Bug fix
  • Breaking change
  • Documentation update
  • Project configuration change

Complexity

Complexity: Low

How Has This Been Tested?

  • Unit tests
  • E2E tests
  • Manual tests

Checklist

The following requirements should have been met (depending on the changes in the branch):

  • Documentation has been updated
  • Unit tests have been updated
  • E2E tests have been updated
  • Examples have been updated
  • New files have copyright header
  • CLA (https://neo4j.com/developer/cla/) has been signed
  • CHANGELOG.md updated if appropriate

@willtai willtai requested a review from a team as a code owner June 13, 2025 10:17
Copy link
Contributor

@stellasia stellasia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one.

I think it's worth a note in the CHANGELOG?

@willtai
Copy link
Contributor Author

willtai commented Jun 13, 2025

@CodiumAI-Agent /update_changelog

@CodiumAI-Agent
Copy link

Changelog updates: 🔄

2025-06-13 #360

Added

  • Support for Python 3.13
  • Updated numpy and scipy dependency constraints

to commit the new content to the CHANGELOG.md file, please type:
'/update_changelog --pr_update_changelog.push_changelog_changes=true'

@willtai willtai merged commit deaa06f into neo4j:main Jun 13, 2025
8 checks passed
@CodiumAI-Agent
Copy link

Changelog updates: 🔄

2025-06-13 *

Added

  • Support for Python 3.13

Changed

  • Updated numpy and scipy constraints and CI workflows to include Python 3.13

to commit the new content to the CHANGELOG.md file, please type:
'/update_changelog --pr_update_changelog.push_changelog_changes=true'

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.

3 participants