Skip to content

Commit

Permalink
Merge pull request #95 from casework/bump_case_utils
Browse files Browse the repository at this point in the history
Bump case-utils adoption to 0.14.0
  • Loading branch information
kchason authored Nov 13, 2023
2 parents 981051a + 4b6a1ce commit f11bb50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
python-version:
- '3.9'
- '3.11'
- '3.12'

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
python-version:
- '3.9'
- '3.11'
- '3.12'

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license_files =
[options]
include_package_data = true
install_requires =
case_utils >=0.13.0,< 0.14.0
case_utils >=0.14.0,< 0.15.0
prov
pydot
packages = find:
Expand Down

0 comments on commit f11bb50

Please sign in to comment.