Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2025-04-21 16:53:54 +0200
committerArthur de Jong <arthur@arthurdejong.org>2025-04-21 16:54:08 +0200
commit91610fad0477e71a29504e0312986bf5361b26bc (patch)
treea2486a62ad1607e17c74626682cc1b0bdd2e32ae /setup.py
parent056f5ab50e6243be6fd2352aa93cf7dd326e0b56 (diff)
Add support for Python 3.13HEADmaster
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b344522..994405e 100755
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
# setup.py - python-pskc installation script
#
-# Copyright (C) 2014-2024 Arthur de Jong
+# Copyright (C) 2014-2025 Arthur de Jong
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -63,6 +63,7 @@ setup(
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
+ 'Programming Language :: Python :: 3.13',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Security :: Cryptography',
'Topic :: Software Development :: Libraries :: Python Modules',