Skip to content

Commit

Permalink
Add 3.12 to CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-git committed Jan 29, 2024
1 parent 3c87306 commit b46de0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
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"]
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/python-poetry-env
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]
### Added
- Support for pytest 8.x, see
- Support for pytest 8.x
- Python 3.12 to CI test matrix

## [0.8.1] - 2023-04-12
### Changed
Expand Down

0 comments on commit b46de0c

Please sign in to comment.