Skip to content

Commit 2132043

Browse files
authored
1.0.9
potential fix for python 3.13 (#133)
1 parent 361f918 commit 2132043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "Slicer Thumbnails"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "1.0.8"
17+
plugin_version = "1.0.9"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module
@@ -33,7 +33,7 @@
3333
plugin_license = "AGPLv3"
3434

3535
# Any additional requirements besides OctoPrint should be listed here
36-
plugin_requires = ["Pillow>=9.5.0"]
36+
plugin_requires = ["Pillow>=9.5.0", "standard-imghdr; python_version >= '3.13'"]
3737

3838
### --------------------------------------------------------------------------------------------------------------------
3939
### More advanced options that you usually shouldn't have to touch follow after this point

0 commit comments

Comments
 (0)