Open amarsjac opened 6 days ago
Dependencies required for the project do not exist for python 3.13
put in version cap into pyproject.toml file to prevent pip installing on python 3.13
Users will no longer be able to pip install the library if python version is >=3.13
hatch build
no
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issues 0 New issues 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarQube Cloud
What was the problem/requirement? (What/Why)
Dependencies required for the project do not exist for python 3.13
What was the solution? (How)
put in version cap into pyproject.toml file to prevent pip installing on python 3.13
What is the impact of this change?
Users will no longer be able to pip install the library if python version is >=3.13
How was this change tested?
Was this change documented?
no
Is this a breaking change?
Yes , prevents python 3.13 from pip installing.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.