Skip to content

Commit 9ae244e

Browse files
committed
Add support for python 3.10, 3.11
1 parent 02c65d6 commit 9ae244e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: [3.7, 3.8, 3.9]
15+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1616
os: [ubuntu-latest]
1717
steps:
1818
- name: Check out repository

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
# Added
11+
12+
- Added support for python 3.10, 3.11.
13+
1014
## v3.0.0 (2022-11-25)
1115

1216
### Added

0 commit comments

Comments
 (0)