Skip to content

Commit

Permalink
Update requires-python and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
pdhall99 committed Aug 20, 2024
1 parent d4ef66b commit 60447b0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ classifiers=[
"License :: OSI Approved :: BSD License",

"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"
"Programming Language :: Python :: 3.7",
"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"
]
keywords = ["pki", "ssl", "tls", "certificates"]
requires-python = ">=3.7"
dependencies = ["cryptography", "ipaddress"]

[project.optional-dependencies]
Expand Down

0 comments on commit 60447b0

Please sign in to comment.