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

Drop support of Python 3.7 #1277

Open
1 task done
ericwb opened this issue Mar 28, 2024 · 1 comment
Open
1 task done

Drop support of Python 3.7 #1277

ericwb opened this issue Mar 28, 2024 · 1 comment

Comments

@ericwb
Copy link

ericwb commented Mar 28, 2024

Confirm this is an issue with the Python library and not an underlying OpenAI API

  • This is an issue with the Python library

Describe the bug

Python 3.7 is already end-of-life as of 2023-06-27 as you see from the PSF here: https://devguide.python.org/versions/, yet this client is still supporting it.

I recommend dropping support as further fixes to the Python 3.7 runtime won't be made and could affect usage of this client.

To Reproduce

  1. Go to https://devguide.python.org/versions/
  2. Notice Python 3.7 end support as of 2023-06-27
  3. Notice in https://github.com/openai/openai-python/blob/main/pyproject.toml#L24 this client still claims support.

Code snippets

n/a

OS

macOS

Python version

Python 3.7.x

Library version

openai v1.14.3

@ericwb ericwb added the bug Something isn't working label Mar 28, 2024
@rattrayalex rattrayalex removed the bug Something isn't working label Mar 29, 2024
@rattrayalex
Copy link
Collaborator

Thanks @ericwb ! We do indeed plan to do this at the next major version.

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

No branches or pull requests

2 participants