Skip to content

Commit 650b040

Browse files
authored
Merge pull request #87 from jerry-git/add-py312-to-CI
Add 3.12 to CI test matrix
2 parents 3c87306 + b46de0c commit 650b040

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
41+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
4242
steps:
4343
- uses: actions/checkout@v2
4444
- uses: ./.github/actions/python-poetry-env

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

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

1011
## [0.8.1] - 2023-04-12
1112
### Changed

0 commit comments

Comments
 (0)