bump: python ver

fix: race condition in SecureMemory global vs. client instance - no more global state mutation
This commit is contained in:
Alpha Nerd 2026-04-09 10:24:55 +02:00
parent 0746b50ee9
commit 1f0890300d
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M
4 changed files with 13 additions and 20 deletions

View file

@ -17,8 +17,6 @@ classifiers = [
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"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",
@ -27,7 +25,7 @@ classifiers = [
"Topic :: Communications :: Chat",
"Operating System :: OS Independent",
]
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = [
"anyio==4.12.0",
"certifi==2025.11.12",