Skip to content

Commit 376d8b7

Browse files
authored
Update pyproject.toml
1 parent 1e63094 commit 376d8b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@ classifiers=[
4242
'Intended Audience :: Developers',
4343
'Natural Language :: English',
4444
"Programming Language :: Python :: 3 :: Only",
45+
'Programming Language :: Python :: 3.6.8',
4546
'Programming Language :: Python :: 3.10',
4647
'Programming Language :: Python :: 3.11',
4748
'Programming Language :: Python :: 3.12',
4849
]
4950

5051
dependencies = [ "build"]
5152
keywords = ["netbox", "plugin", "bgp", "rpki", "roa"]
52-
requires-python= ">=3.12"
53+
requires-python= ">=3.6.8"
5354

5455
[project.urls]
5556
Documentation = "https://github.com/menckend/netbox_rpki/blob/main/README.md"

0 commit comments

Comments
 (0)