We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37bc56 commit 22e501eCopy full SHA for 22e501e
2 files changed
.github/workflows/tests.yml
@@ -27,6 +27,7 @@ jobs:
27
- "3.11"
28
- "3.12"
29
- "3.13"
30
+ - "3.14"
31
pkcs11-platform:
32
- softhsm
33
- opencryptoki
@@ -65,6 +66,7 @@ jobs:
65
66
67
68
69
70
steps:
71
- name: Acquire sources
72
uses: actions/checkout@v4
pyproject.toml
@@ -21,6 +21,7 @@ classifiers = [
21
"Programming Language :: Python :: 3.11",
22
"Programming Language :: Python :: 3.12",
23
"Programming Language :: Python :: 3.13",
24
+ "Programming Language :: Python :: 3.14",
25
"Topic :: Security :: Cryptography",
26
]
dependencies = ["asn1crypto>=1.5.1"]
@@ -119,4 +120,4 @@ dev = [
119
120
{ include-group = "release" },
121
122
-[tool.setuptools_scm]
123
+[tool.setuptools_scm]
0 commit comments