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

Add Python 3.13 Support #24

Closed
0xrohitgarg opened this issue Nov 11, 2024 · 1 comment · Fixed by #25
Closed

Add Python 3.13 Support #24

0xrohitgarg opened this issue Nov 11, 2024 · 1 comment · Fixed by #25

Comments

@0xrohitgarg
Copy link

0xrohitgarg commented Nov 11, 2024

Description:

The openai-function-calling package currently specifies Python version support as >=3.9, <3.13. This limitation causes compatibility issues for users running Python 3.13, preventing them from installing or using the package.

Steps to Reproduce:

  • Install Python 3.13 on your machine.
  • Attempt to install openai-function-calling.
  • Observe that installation fails due to the version restriction.
@jakecyr
Copy link
Owner

jakecyr commented Nov 11, 2024

Published a new version with 3.13 support:

https://pypi.org/project/openai-function-calling/2.3.0/

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 a pull request may close this issue.

2 participants