Skip to content

Commit

Permalink
Add Python 3.12 support (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takishima authored Dec 15, 2023
1 parent 2ab155b commit 0df3ff5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- 3.9
- '3.10'
- '3.11'
- '3.12'

name: "Unit tests • ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
runs-on: ${{ matrix.runs-on }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Added metadata to mark support for Python 3.12 and enabled CI checks for it

### Changed

- Remove all Python linters/formatters in favour of ruff
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12


[options]
Expand Down

0 comments on commit 0df3ff5

Please sign in to comment.