diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 645a0c5..fb11208 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,14 +22,14 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.11", "3.12"] + python-version: ["3.11", "3.13"] env: [""] include: - env: "min-all-deps" python-version: "3.11" os: "ubuntu-latest" - env: "" - python-version: "3.12" + python-version: "3.13" os: "macos-latest" defaults: run: diff --git a/.github/workflows/upstream-dev-ci.yaml b/.github/workflows/upstream-dev-ci.yaml index 18cd253..9cb8242 100644 --- a/.github/workflows/upstream-dev-ci.yaml +++ b/.github/workflows/upstream-dev-ci.yaml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.12"] + python-version: ["3.13"] steps: - uses: actions/checkout@v5 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index ca1b549..b0e64a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ ### Breaking changes +- Removed support for python 3.10 ([#156](https://github.com/mpytools/mplotutils/pull/156)). + ### Enhancements +- Add python 3.13 to list of supported versions ([#158](https://github.com/mpytools/mplotutils/pull/158)). + ### Bug fixes ### Internal changes diff --git a/setup.cfg b/setup.cfg index 2103e37..8134814 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 [options] packages = find: