Skip to content

Commit

Permalink
fix: update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
koushik-kiran-kumar authored Jun 24, 2024
1 parent 35b3331 commit 00f4fa7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ def parse_requirements(requirement_file):
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7"
"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"
]
)

0 comments on commit 00f4fa7

Please sign in to comment.