We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41db40c commit 4ae3634Copy full SHA for 4ae3634
magic_config/magic_config/__init__.py
@@ -1,7 +1,7 @@
1
# import sys
2
-# if sys.version_info < (3, 10, 8):
+# if sys.version_info < (3, 13, 0):
3
# raise ImportError('Your Python version {0} is not supported by MagicConfig, please install '
4
-# 'Python 3.10.8+'.format('.'.join(map(str, sys.version_info[:3]))))
+# 'Python 3.13+'.format('.'.join(map(str, sys.version_info[:3]))))
5
6
from .lib import MagicConfig, Config
7
@@ -10,5 +10,5 @@
10
"Config"
11
)
12
13
-__version__ = '0.1.12'
+__version__ = '1.0.0'
14
0 commit comments