Skip to content

Commit 17884d3

Browse files
committed
Bump case-utils and case-validation-action adopted version, requiring Python 3.9
References: * casework/CASE-Utilities-Python#127 Signed-off-by: Alex Nelson <[email protected]>
1 parent dc5c6fa commit 17884d3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
python-version: [3.8, 3.9, "3.10", "3.11"]
20+
python-version: [3.9, "3.10", "3.11"]
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
4949
5050
# Run the CASE validation job to confirm all examples in exifread_output_examples are valid
5151
- name: CASE Export Validation
52-
uses: kchason/case-validation-action@v2.7.0
52+
uses: kchason/case-validation-action@v2.8.0
5353
with:
5454
case-path: ./exifread_output_examples/
5555
case-version: "case-1.2.0"

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ classifiers =
1616
[options]
1717
install_requires =
1818
exifread
19-
case_utils >= 0.12.0, < 0.13.0
19+
case_utils >= 0.13.0, < 0.14.0
2020
packages = find:
21-
python_requires = >=3.8
21+
python_requires = >=3.9
2222

2323
[options.entry_points]
2424
console_scripts =

0 commit comments

Comments
 (0)