Skip to content

Commit 848fe38

Browse files
committed
Add 3.11 support
1 parent 936c085 commit 848fe38

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
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"]
41+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
4242
steps:
4343
- uses: actions/checkout@v2
4444
- uses: ./.github/actions/python-poetry-env

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
- Introduce Ruff
99
- Fixed usage of [deprecated pytest API](https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers)
1010

11+
### Added
12+
- Python 3.11 to CI test matrix
1113

1214
## [0.8.0] - 2022-04-22
1315
### Fixed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.8",
2323
"Programming Language :: Python :: 3.9",
2424
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
2526
"Topic :: Software Development :: Libraries :: Python Modules",
2627
"Typing :: Typed",
2728
]

0 commit comments

Comments
 (0)