Skip to content

Commit 22e501e

Browse files
Add Python 3.14 to CI
1 parent c37bc56 commit 22e501e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- "3.11"
2828
- "3.12"
2929
- "3.13"
30+
- "3.14"
3031
pkcs11-platform:
3132
- softhsm
3233
- opencryptoki
@@ -65,6 +66,7 @@ jobs:
6566
- "3.11"
6667
- "3.12"
6768
- "3.13"
69+
- "3.14"
6870
steps:
6971
- name: Acquire sources
7072
uses: actions/checkout@v4

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"Topic :: Security :: Cryptography",
2526
]
2627
dependencies = ["asn1crypto>=1.5.1"]
@@ -119,4 +120,4 @@ dev = [
119120
{ include-group = "release" },
120121
]
121122

122-
[tool.setuptools_scm]
123+
[tool.setuptools_scm]

0 commit comments

Comments
 (0)