Skip to content

Conversation

@0xrohitgarg
Copy link
Contributor

@0xrohitgarg 0xrohitgarg commented Mar 3, 2025

Fixes #27

In this PR, I have removed the upper version cap for Python (i.e., <= Python 3.13).

The reason for this change is that the library keeps breaking with every new Python release, such as Python 3.13.1 or 3.13.2, when using pip install -r requirements.txt.

@jakecyr
Copy link
Owner

jakecyr commented Mar 3, 2025

Thank you for making this change! Do you mind updating the lock file? If not, I can do it later.

Also, might want to set an upper bound of 4.0 to prevent breaking changes.

@0xrohitgarg
Copy link
Contributor Author

@jakecyr updated the python upper cap to <4.0 and lock file

@jakecyr
Copy link
Owner

jakecyr commented Mar 4, 2025

@jakecyr updated the python upper cap to <4.0 and lock file

Thank you! I pushed a new release 2.4.0.

@jakecyr jakecyr merged commit 82e8265 into jakecyr:master Mar 4, 2025
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.

Add Support for Python 3.13.1

2 participants