Skip to content

Commit

Permalink
chore!: Drop Python 3.8 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This commit drops support for Python 3.8, requiring Python 3.11 or later. It is incompatible with releases older than Redwood.
  • Loading branch information
OmerBhatti committed Sep 27, 2024
1 parent 1d0cbd9 commit 4cc8dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_explorer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"""
from .image_explorer import ImageExplorerBlock

__version__ = '2.2.1'
__version__ = '3.0.0'

0 comments on commit 4cc8dc6

Please sign in to comment.