adalfarus / aplustools

A collection of helpful tools
GNU Lesser General Public License v2.1
1 stars 0 forks source link

quantcrypt is only for python version 3.12 #30

Closed adalfarus closed 4 weeks ago

adalfarus commented 1 month ago

Maybe check python version and disable what's using it if the version isn't 3.12?

adalfarus commented 4 weeks ago

Added a check for python version in the optional dependencies

Now we'll just need to test for the presence of the package in security.passwords

adalfarus commented 4 weeks ago

Done, there aren't any checks in moderncryptutils as it's still experimental, so it wouldn't make sense adding them now if the support for older python versions is added later.

adalfarus commented 3 weeks ago

**Added checks anyways