Skip to content

Commit 49ea61c

Browse files
committed
Make sure it's 3.10 compatible
1 parent 2dcabf7 commit 49ea61c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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

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)