Skip to content

Commit 22a6a2e

Browse files
ksundenoscargus
andauthored
bump since_mpl_version
Co-authored-by: Oscar Gustafsson <oscar.gustafsson@gmail.com>
1 parent 63e9d7f commit 22a6a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import sys
1010

1111
py_min_version = (3, 9) # minimal supported python version
12-
since_mpl_version = (3, 6) # py_min_version is required since this mpl version
12+
since_mpl_version = (3, 8) # py_min_version is required since this mpl version
1313

1414
if sys.version_info < py_min_version:
1515
error = """

0 commit comments

Comments
 (0)