Skip to content

Commit 5b8a8a1

Browse files
authored
Added python 3.14 support. (#199)
1 parent 2210200 commit 5b8a8a1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- "3.11"
3333
- "3.12"
3434
- "3.13"
35+
- "3.14"
3536
steps:
3637
- uses: actions/checkout@v4
3738
- uses: extractions/setup-just@v3

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3.11",
1414
"Programming Language :: Python :: 3.12",
1515
"Programming Language :: Python :: 3.13",
16+
"Programming Language :: Python :: 3.14",
1617
"Typing :: Typed",
1718
"Topic :: Software Development :: Libraries",
1819
]

0 commit comments

Comments
 (0)