Skip to content

Commit 30a4f2a

Browse files
authored
Merge pull request #45 from jerry-git/py-3-10-compat
Python 3.10 compatibility
2 parents 2dcabf7 + 2d98bb1 commit 30a4f2a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
python-version: ["3.7", "3.8", "3.9"]
30+
python-version: ["3.7", "3.8", "3.9", "3.10"]
3131
steps:
3232
- uses: actions/checkout@v2
3333
- uses: ./.github/actions/python-poetry-env

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
## [Unreleased]
77
### Added
88
- PR template
9+
- Test against 3.10
910

1011
## [0.5.0] - 2021-11-09
1112
### Added

pyproject.toml

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

0 commit comments

Comments
 (0)