Skip to content

Commit 886c156

Browse files
committed
Refactor certificate handling and add key password support
Updated file extension conventions for PEM files and improved attribute handling with stricter checks. Added support for encrypted private keys and clarified SSL operations, ensuring better consistency and maintainability.
1 parent 80d7956 commit 886c156

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "chaski-confluent"
77
version = "0.1a8"
88
description = "Chaski Confluent"
99
readme = "README.md"
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.11"
1111
license = { text = "BSD-2-Clause" }
1212
authors = [
1313
{ name = "Yeison Cardona", email = "yencardonaal@unal.edu.co" }
@@ -25,7 +25,6 @@ classifiers = [
2525
"Natural Language :: English",
2626
"Operating System :: OS Independent",
2727
"Programming Language :: Python",
28-
"Programming Language :: Python :: 3.10",
2928
"Programming Language :: Python :: 3.11",
3029
"Programming Language :: Python :: 3.12",
3130
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)