diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4492536..74e4ccf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: run-tests: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-beta.3"] os: [macos-latest, windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 86b81c0..84f0bfe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: rev: "1.5" hooks: - id: removestar - args: [-i, pyprojectsort] + args: [--in-place, pyprojectsort] - repo: https://github.com/psf/black rev: 24.4.0 hooks: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0422342..537c187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added -- Python 3.12 support - [#70](https://github.com/kieran-ryan/pyprojectsort/pull/70) +- Python 3.12 and 3.13 support - [#70](https://github.com/kieran-ryan/pyprojectsort/pull/70) ## 0.3.0 - 2023-07-18 diff --git a/pyproject.toml b/pyproject.toml index d83f582..59f400c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,8 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Software Development :: Quality Assurance", ] dependencies = [