Skip to content

Commit 1611e58

Browse files
authored
Merge pull request #129 from casework/release-0.13.0
Release 0.13.0
2 parents 7e70f74 + 37c1323 commit 1611e58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
matrix:
3838
python-version:
39-
- '3.8'
39+
- '3.9'
4040
- '3.11'
4141

4242
steps:

case_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
#
1515
# We would appreciate acknowledgement if the software is used.
1616

17-
__version__ = "0.12.0"
17+
__version__ = "0.13.0"
1818

1919
from . import local_uuid # noqa: F401

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install_requires =
2525
requests
2626
tabulate
2727
packages = find:
28-
python_requires = >=3.8
28+
python_requires = >=3.9
2929

3030
[options.entry_points]
3131
console_scripts =

0 commit comments

Comments
 (0)