diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6bed7cc..6a737eb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -32,7 +32,7 @@ jobs: matrix: python-version: - '3.9' - - '3.11' + - '3.12' steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 84bd75a..7e33577 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -30,7 +30,7 @@ jobs: matrix: python-version: - '3.9' - - '3.11' + - '3.12' steps: - uses: actions/checkout@v3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d35e41..8eb34c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 diff --git a/case_prov/__init__.py b/case_prov/__init__.py index 6a6eed3..c568142 100644 --- a/case_prov/__init__.py +++ b/case_prov/__init__.py @@ -11,7 +11,7 @@ # # We would appreciate acknowledgement if the software is used. -__version__ = "0.9.1" +__version__ = "0.10.0" import datetime import typing diff --git a/setup.cfg b/setup.cfg index 6d1bf10..32b0902 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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: