Skip to content

Commit

Permalink
Bump case-utils and case-validation-action adopted version, requiring…
Browse files Browse the repository at this point in the history
… Python 3.9

References:
* casework/CASE-Utilities-Python#127

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Aug 29, 2023
1 parent dc5c6fa commit 17884d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: [3.9, "3.10", "3.11"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
# Run the CASE validation job to confirm all examples in exifread_output_examples are valid
- name: CASE Export Validation
uses: kchason/case-validation-action@v2.7.0
uses: kchason/case-validation-action@v2.8.0
with:
case-path: ./exifread_output_examples/
case-version: "case-1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ classifiers =
[options]
install_requires =
exifread
case_utils >= 0.12.0, < 0.13.0
case_utils >= 0.13.0, < 0.14.0
packages = find:
python_requires = >=3.8
python_requires = >=3.9

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 17884d3

Please sign in to comment.