Skip to content

Commit 4cebac2

Browse files
⬆️ Add Python 3.10 support (#71)
1 parent 2cdadca commit 4cebac2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
os: [ubuntu-latest]
29-
python-version: [3.7, 3.8, 3.9]
29+
python-version: ["3.7", "3.8", "3.9", "3.10"]
3030
include:
3131
- os: windows-latest
3232
python-version: 3.8

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.7",
1919
"Programming Language :: Python :: 3.8",
2020
"Programming Language :: Python :: 3.9",
21+
"Programming Language :: Python :: 3.10",
2122
"Programming Language :: Python :: Implementation :: CPython",
2223
"Topic :: Software Development :: Libraries :: Python Modules",
2324
"Topic :: Text Processing :: Markup",

0 commit comments

Comments
 (0)