aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2024-05-15 15:13:14 +0200
committerJ08nY2024-05-15 15:13:14 +0200
commit990f16146725fae8be14c247e57e74357c5bba3d (patch)
treedbe4ab57a482cab8dfd93f3a0c1f80492860eb49
parent9ca9f8e9b68ac90164a7cc2c9003dc2d8aa99c47 (diff)
downloadpyecsca-codegen-990f16146725fae8be14c247e57e74357c5bba3d.tar.gz
pyecsca-codegen-990f16146725fae8be14c247e57e74357c5bba3d.tar.zst
pyecsca-codegen-990f16146725fae8be14c247e57e74357c5bba3d.zip
We are beta!
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index fd0f147..b4cf281 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,14 +13,14 @@
readme = "README.md"
license = { "text" = "MIT" }
classifiers = [
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Topic :: Security",
"Topic :: Security :: Cryptography",
- "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research"
]