Kani999 / netbox-attachments

Plugin to manage attachments for any model
Apache License 2.0
55 stars 4 forks source link

Ability to use the plugin with python version 3.9 #18

Closed akalagov closed 1 year ago

akalagov commented 1 year ago

It is currently only possible to use this plugin with python version 3.10 or higher, although most installations still use version 3.9. Is it possible to use the plugin with python version 3.9?

Kani999 commented 1 year ago

@akalagov I did not try to use it with older versions. But could you test it out? Install the plugin from the branch python_3_9 and let me know if it works.

pip install git+https://github.com/Kani999/netbox-attachments.git@python_3_9

akalagov commented 1 year ago

I tested the plugin with python 3.9 - it works without any problems and has no error or warning messages.

Kani999 commented 1 year ago

I tested the plugin with python 3.9 - it works without any problems and has no error or warning messages.

@akalagov Thanks for testing. The new version 1.0.5 should be released on PyPI in a minute and you can use it with python 3.9 now.

akalagov commented 1 year ago

Thank you for quickly resolving the issue!