diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index eff13511e..30e2783f4 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -22,7 +22,7 @@ jobs: fail-fast: true matrix: os: ["ubuntu-latest", "macos-latest", "windows-latest"] - python-version: ["3.8", "3.12"] + python-version: ["3.8", "3.13"] defaults: run: diff --git a/.github/workflows/pytest_cov.yml b/.github/workflows/pytest_cov.yml index 88d9ca084..00a9c1008 100644 --- a/.github/workflows/pytest_cov.yml +++ b/.github/workflows/pytest_cov.yml @@ -23,7 +23,7 @@ jobs: fail-fast: true matrix: os: ["ubuntu-latest", "windows-latest"] - python-version: ["3.11"] + python-version: ["3.12"] defaults: run: diff --git a/doc/changelog.rst b/doc/changelog.rst index fffecaf7b..031d97403 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,19 @@ Changelog ========= +1.4.5 +------ +------- + +Functionality improvements +************************** +- ... + +Bug Fixes +********* +- ... + + 1.4.4 ------ ------- diff --git a/setup.py b/setup.py index 8e145d2f1..21332c25b 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name="autode", - version="1.4.4", + version="1.4.5", python_requires=">3.7", packages=[ "autode",