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

Change setup.cfg python_requires to allow Python 3.8. #74

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

stacywsmith
Copy link
Contributor

https://netflix.github.io/atlas-docs/spectator/lang/py/usage/ states: "This library currently targets the Python >= 3.8."

In addition, the test matrix includes 3.8:
https://github.com/stacywsmith/spectator-py/blob/main/.github/workflows/pr.yml#L11

Based on this information, it appears that Python 3.8 was intended to be supported, but accidentally omitted in the python_requires line of setup.cfg.

https://netflix.github.io/atlas-docs/spectator/lang/py/usage/ states:
"This library currently targets the Python >= 3.8."

In addition, the test matrix includes 3.8:
https://github.com/stacywsmith/spectator-py/blob/main/.github/workflows/pr.yml#L11

Based on this information, it appears that Python 3.8 was intended to be
supported, but accidentally omitted in the python_requires line of setup.cfg.
@sgg sgg requested a review from copperlight August 30, 2024 18:00
@copperlight copperlight merged commit 1b8a02c into Netflix:main Aug 30, 2024
5 checks passed
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.

2 participants