Skip to content

Commit 65b0647

Browse files
committed
wip python 3.14 support
1 parent ae2a72d commit 65b0647

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pathlib import Path
77

88
def get_version():
9-
version = "0.4.1-2"
9+
version = "1.0.4"
1010
if 'GITHUB_REF' in os.environ:
1111
github_ref = os.environ['GITHUB_REF']
1212
match = re.match(r'refs/tags/v(.*)', github_ref)
@@ -51,6 +51,7 @@ def get_version():
5151
'Programming Language :: Python :: 3.11',
5252
'Programming Language :: Python :: 3.12',
5353
'Programming Language :: Python :: 3.13',
54+
'Programming Language :: Python :: 3.14',
5455
'Topic :: Security :: Cryptography',
5556
],
5657
project_urls={

0 commit comments

Comments
 (0)