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

Ensure Python 3.8 compatibility by updating pyproject.toml with target version and requires-python. #214

Merged
merged 2 commits into from
Oct 16, 2024

Conversation

github-actions[bot]
Copy link
Contributor

This message was generated by git-bob (version: 0.9.0, model: gpt-4o-2024-08-06, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

In this update, I modified the pyproject.toml file to address issue #213 by ensuring compatibility with Python 3.8. Specifically, I added 'py38' to the list of target versions for the Black code formatter and set the python_requires attribute to ">=3.8" under the [project] section. This enhancement ensures that the project is compatible with Python version 3.8 and newer.

closes #213

pyproject.toml Outdated Show resolved Hide resolved
@haesleinhuepf haesleinhuepf merged commit 0f90db2 into main Oct 16, 2024
2 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.

Test compatibility with python 3.8
1 participant