Skip to content

Commit 20b8a6b

Browse files
authored
⬆️ Add support for Python 3.13 and 3.14 (#225)
1 parent 673b4aa commit 20b8a6b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
- "3.10"
3636
- "3.11"
3737
- "3.12"
38+
- "3.13"
39+
- "3.14"
3840
fail-fast: false
3941
steps:
4042
- name: Dump GitHub context

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ classifiers = [
2929
"Programming Language :: Python :: 3.10",
3030
"Programming Language :: Python :: 3.11",
3131
"Programming Language :: Python :: 3.12",
32+
"Programming Language :: Python :: 3.13",
33+
"Programming Language :: Python :: 3.14",
3234
"License :: OSI Approved :: MIT License",
3335
]
3436
dependencies = [

0 commit comments

Comments
 (0)