Skip to content

Commit

Permalink
Merge pull request #87 from jerry-git/add-py312-to-CI
Browse files Browse the repository at this point in the history
Add 3.12 to CI test matrix
  • Loading branch information
jerry-git committed Jan 29, 2024
2 parents 3c87306 + b46de0c commit 650b040
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 650b040

Please sign in to comment.