Skip to content

Commit

Permalink
ci: Add support for Python 3.12 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart authored Jan 3, 2024
1 parent 0447700 commit cd30d36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: False

steps:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Added support for Python 3.12 (#244)

### Changed
- Removed use of deprecated `pkg_resources` (#247)

Expand Down

0 comments on commit cd30d36

Please sign in to comment.