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

docs: compatibility with python 3.12 and 3.13 #31

Merged
merged 3 commits into from
Jan 2, 2025

Conversation

mrafnadeem-apimatic
Copy link
Contributor

@mrafnadeem-apimatic mrafnadeem-apimatic commented Jan 1, 2025

What

  • Updated docs to reflect compatibility with python 3.12 and 3.13
  • Added setuptools as an explicit dependency.

Why

This PR was created to match this PR in the core library.

Previously, setuptools was bundled with Python<=3.11 but has now been removed by default. So, we need to add it explicitly in requirements.txt. We should consider adding pyproject.toml to our python repos as that is now the standard.

Type of change

Select multiple if applicable.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause a breaking change)
  • Tests (adds or updates tests)
  • Documentation (adds or updates documentation)
  • Refactor (style improvements, performance improvements, code refactoring)
  • Revert (reverts a commit)
  • CI/Build (adds or updates a script, change in external dependencies)

Testing

See this PR.

Checklist

  • My code follows the coding conventions
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added new unit tests

@mrafnadeem-apimatic mrafnadeem-apimatic changed the title Update pylint.yml docs: compatibility with python 3.12 and 3.13 Jan 1, 2025
Copy link

sonarqubecloud bot commented Jan 1, 2025

@mrafnadeem-apimatic mrafnadeem-apimatic added documentation Improvements or additions to documentation ci/cd This is related to the automation scripts used for this repository labels Jan 1, 2025
@mrafnadeem-apimatic mrafnadeem-apimatic self-assigned this Jan 1, 2025
@mrafnadeem-apimatic mrafnadeem-apimatic merged commit ce3463f into main Jan 2, 2025
10 checks passed
@mrafnadeem-apimatic mrafnadeem-apimatic deleted the update-python-language-version branch January 2, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/cd This is related to the automation scripts used for this repository documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants