Skip to content

doc fix: updated upper limit of python version - #92

Open
AdityaSinghNi wants to merge 7 commits into
masterfrom
users/adisingh/python_version_doc_fix
Open

doc fix: updated upper limit of python version#92
AdityaSinghNi wants to merge 7 commits into
masterfrom
users/adisingh/python_version_doc_fix

Conversation

@AdityaSinghNi

@AdityaSinghNi AdityaSinghNi commented Jul 31, 2026

Copy link
Copy Markdown

TODO: Check the above box with an 'x' indicating you've read and followed CONTRIBUTING.md.

What does this Pull Request accomplish?

Updating dependencies so all python versions >=3.8; <=3.14 works with pythonnet

Why should this Pull Request be merged?

This PR enables python 3.14 compatibility with niveristand-python package

What testing has been done?

  • Updated the package dependency rule:

    • Python 3.8 - 3.9: pythonnet~=3.0.1
    • Python 3.10 - 3.14: pythonnet~=3.1.0
    • Built a local niveristand wheel from the modified source.
  • Checked the wheel metadata to confirm it contains both conditional dependency rules.

  • Created separate clean virtual environments for every Python version from 3.8 through 3.14.

  • Installed the locally built wheel into each environment.

  • Verified the installed pythonnet version:

    • Python 3.8 and 3.9 installed pythonnet 3.0.5
    • Python 3.10 through 3.14 installed pythonnet 3.1.0
  • Ran pip check in every environment. All environments reported: No broken requirements found.

@uppal-drishti
uppal-drishti removed the request for review from gahegde-ni August 3, 2026 05:29
@uppal-drishti
uppal-drishti self-requested a review August 3, 2026 06:17
Comment thread setup.py Outdated
@uppal-drishti
uppal-drishti self-requested a review August 5, 2026 08:54
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.

3 participants