Skip to content

Commit ff83129

Browse files
committed
feat: announce supports for python 3.12 and 3.13
1 parent 03a27ad commit ff83129

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
max-parallel: 6
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
23-
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.9"]
23+
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy3.9"]
2424

2525
steps:
2626
- uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ classifiers = [
2222
"Programming Language :: Python :: 3.9",
2323
"Programming Language :: Python :: 3.10",
2424
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
2527
"Programming Language :: Python :: Implementation :: CPython",
2628
"Programming Language :: Python :: Implementation :: PyPy",
2729
"Topic :: Text Processing :: Markup",

0 commit comments

Comments
 (0)