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.
2 parents 7e70f74 + 37c1323 commit 1611e58Copy full SHA for 1611e58
.github/workflows/cicd.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
matrix:
38
python-version:
39
- - '3.8'
+ - '3.9'
40
- '3.11'
41
42
steps:
case_utils/__init__.py
@@ -14,6 +14,6 @@
14
#
15
# We would appreciate acknowledgement if the software is used.
16
17
-__version__ = "0.12.0"
+__version__ = "0.13.0"
18
19
from . import local_uuid # noqa: F401
setup.cfg
@@ -25,7 +25,7 @@ install_requires =
25
requests
26
tabulate
27
packages = find:
28
-python_requires = >=3.8
+python_requires = >=3.9
29
30
[options.entry_points]
31
console_scripts =
0 commit comments