Skip to content
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

Support Python 3.13 #526

Merged
merged 2 commits into from
Nov 6, 2024
Merged

Support Python 3.13 #526

merged 2 commits into from
Nov 6, 2024

Conversation

msullivan
Copy link
Member

No description provided.

BINARY = 98 # b'b'
JSON = 106 # b'j'
JSON_ELEMENTS = 74 # b'J'
NONE = 110 # b'n'
Copy link
Member

Choose a reason for hiding this comment

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

weird.

@@ -38,7 +38,7 @@
from setuptools.command import sdist as setuptools_sdist


CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'
CYTHON_DEPENDENCY = 'Cython(>=3.0.11,<3.1.0)'
Copy link
Member

Choose a reason for hiding this comment

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

Please leave the lower bound on 0.29.x before every other Cython package is upgraded (most importantly, server). This is for metapkg reasons.

Copy link
Member Author

Choose a reason for hiding this comment

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

0.29.x doesn't support 3.13, AFAICT

@msullivan msullivan merged commit 18bce2c into master Nov 6, 2024
62 checks passed
@msullivan msullivan deleted the 313 branch November 6, 2024 19:30
msullivan added a commit that referenced this pull request Nov 6, 2024
Changes
=======

* Support Python 3.13 (#527, #526)
  (by @msullivan)

* Add more pgvector types
  (by @vpetrovykh in 576bb72)
@msullivan msullivan mentioned this pull request Nov 6, 2024
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