Skip to content

Commit 89bc423

Browse files
authored
Enable support for python 3.14 (#211)
Depends-On: python-cffi/cffi#177
1 parent f6b212b commit 89bc423

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
env:
22+
- "3.14"
2223
- "3.13"
2324
- "3.12"
2425
- "3.11"

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ requires-python = ">=3.9"
2323
classifiers = [
2424
"Development Status :: 5 - Production/Stable",
2525
"Intended Audience :: Developers",
26-
"License :: OSI Approved :: MIT License",
2726
"Operating System :: OS Independent",
2827
"Programming Language :: Python",
2928
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)